Quote:
Originally Posted by ǝɹoɯ‾ʎ
Quote:
Originally Posted by Swift_
Yours is incorrect. Yours checks if they are an admin, then don't allow the code to continue. Use below:
|
IsPlayerAdmin(playerid) == 0 and !IsPlayerAdmin(playerid) are the same thing. They both check if the value is 0.
|
My bad, I didn't see that he had == 0.
Sorry Lazarus.