04.03.2015, 14:35
Then use an if to detect if they have pHelper or pAdmin, and SendClientMessageToAll accordingly.
Example:
Example:
pawn Код:
if(PlayerInfo[playerid][pAdmin] > 0) // Administrator
else if(PlayerInfo[playerid][pHelper] > 0) // Helper