07.04.2013, 09:39
Код:
else if (dialogid == D_RADIO_PINPUT1 && response)
{
if (!IsPlayerAdmin (playerid)) return SendClientMessage(playerid,COLOR_YELLOW,"ERROR:{FF 00EA}You {A90202}NOT A {3FCD02}STAFF!");
for(new i = 0; i < MAX_PLAYERS; i++)
{
if (IsPlayerAdmin (i)) PlayAudioStreamForPlayer(i,inputtext);
}
}
Код:
if (IsPlayerAdmin (i)) PlayAudioStreamForPlayer(i,inputtext);
else SendClientMessage(i,COLOR_YELLOW,"ERROR:{FF 00EA}You {A90202}NOT A {3FCD02}STAFF!");

