Quote:
Originally Posted by Redirect Left
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(pAdmin[playerid] > 0) // alter to actual variable 'pAdmin' is ambiguous at best.
{
// They're admin, send message
}
}
}
|
better then my code ^. Haven't bothered with PAWN in well over a year.