06.01.2015, 05:18
I Need Help In Understanding Stocks, for eg, This one
pawn Код:
stock SendAdminMessage(col, string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pAdmin] > 0)
SendClientMessage(i, col, string);
}
return 1;
}
