27.02.2010, 12:02
warnning:
in this code:
Код:
local variable "string" shadows a variable at a preceding level
Код:
new string[256]; new playername[250]; GetPlayerName(playerid,playername,sizeof(playername)); format(string, sizeof(string), "[/MENIU]: %s work in police, if you want too, use: /meniu", playername); SendClientMessageToAll(COLOR_ORANGE, string);