17.02.2017, 03:24
Hi, thanks for helping, by looking i found this.
How can i do that? im confused
pawn Код:
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
}
}
}
![Sad](images/smilies/sad.gif)