ServerAdvertisement3 icon indicating copy to clipboard operation
ServerAdvertisement3 copied to clipboard

Nextmap always has a map name/workshop fix

Open the133448 opened this issue 7 years ago • 0 comments

Eveen if the nextmap hasnt been chosen yet {NEXTMAP} will still say a map, can it say pending vote.

On a nother note, can you fix workshop map names to show up correct? Should be something like this char mapPieces[6][128]; int lastPiece = ExplodeString(map, "/", mapPieces, sizeof(mapPieces), sizeof(mapPieces[])); Format(map2, sizeof(map2), "%s", mapPieces[lastPiece - 1]);

the133448 avatar Oct 29 '17 14:10 the133448