09.02.2017, 12:30
Hey guys i make a string and some there it work but when i join name it say player %s joined the server there code
Код:
new name[ MAX_PLAYER_NAME ]; GetPlayerName( playerid, name, MAX_PLAYER_NAME ); new string[32]; format(string, sizeof(string), " Igrac %s je usao na server!","%s"); SendClientMessageToAll(0x33AA33AA,string);