ServerAdvertisement3
ServerAdvertisement3 copied to clipboard
Nextmap always has a map name/workshop fix
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]);