SendClientMessage Help
#6

sorry

stock SendStaffMessage(COLOR,Message[],)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if (AccountInfo[i][aAdmin] >= lvl)
{
SendClientMessage(i, COLOR, Message);
}
}
}
return 1;
}
Reply


Messages In This Thread
SendClientMessage Help - by Naruto4 - 17.12.2009, 11:50
Re: SendClientMessage Help - by cristab - 17.12.2009, 11:57
Re: SendClientMessage Help - by Naruto4 - 17.12.2009, 12:01
Re: SendClientMessage Help - by MenaceX^ - 17.12.2009, 12:01
Re: SendClientMessage Help - by Naruto4 - 17.12.2009, 12:05
Re: SendClientMessage Help - by cristab - 17.12.2009, 20:48

Forum Jump:


Users browsing this thread: 2 Guest(s)