07.04.2013, 08:56
Hello Help Me
I Have A Little Buggy With SendClientMessage
Pic-
I Have A Little Buggy With SendClientMessage
Pic-
Quote:
else if (dialogid == D_RADIO_PINPUT1 && response) for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerAdmin(playerid)) { PlayAudioStreamForPlayer(i,inputtext); } else { SendClientMessage(playerid,COLOR_YELLOW,"ERROR:{FF 00EA}You {A90202}NOT A {3FCD02}STAFF!"); } } |