Need help with this cmd
#6

here is
stock SendMessageToAdmins(message[])
{
new pCount;
for(new i = 0; i < MAX_PLAYERS; i++)
{
if((Player[i][Level] >= 1) || !IsPlayerAdmin(i)) continue;
pCount++;
SendClientMessage(i, 0x00FF00AA, message);
}
CallLocalFunction("OnMessageToAdminsSent", "sd", message, pCount); //<-- !!!
return 1;
}
Reply


Messages In This Thread
Need help with this cmd - by Leopards - 26.12.2015, 19:28
Re: Need help with this cmd - by KillerDVX - 26.12.2015, 19:35
Re: Need help with this cmd - by xXRevolverXx - 26.12.2015, 19:37
Re: Need help with this cmd - by saffierr - 26.12.2015, 19:37
Re: Need help with this cmd - by SaltySandy - 26.12.2015, 19:39
Re: Need help with this cmd - by Leopards - 26.12.2015, 19:50
Re: Need help with this cmd - by KillerDVX - 26.12.2015, 19:58
Re: Need help with this cmd - by Leopards - 26.12.2015, 20:18
Re: Need help with this cmd - by SaltySandy - 26.12.2015, 20:21
Re: Need help with this cmd - by Leopards - 26.12.2015, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)