02.05.2015, 19:40
Hello, i have a problem i use roundmaps on my server and i want to have the correct round map id in the hostname, i have this under OnGameModeInit:
On round %d it should show round 1 but it is showing always round 0. Can anyone help me?
Код:
new string[128]; format(string, sizeof(string), "hostname Test (Round %i/10)", mapid); SendRconCommand(string);