09.03.2015, 21:33
here is what i try . I Put the Sendlicnetmessage to all but i get error at pname
Quote:
181) : error 017: undefined symbol "playername" |
Quote:
CMD:radio(playerid) { HideRadioTextdraws(playerid); TextDrawShowForPlayer(playerid,Radio[0]); TextDrawShowForPlayer(playerid,Radio[1]); TextDrawShowForPlayer(playerid,Radio[2]); TextDrawShowForPlayer(playerid,Radio[3]); Radio_viewing[playerid] =1; SendClientMessageToAll(-1, "Player %s used /Radio",playername); return 1; } |