ESK0 / ServerAdvertisement3

Very useful plugin for your server with which you can print messages to players. Messages are stored in file.
38 stars 16 forks source link

Nextmap always has a map name/workshop fix #6

Open the133448 opened 6 years ago

the133448 commented 6 years ago

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]);