28.10.2018, 22:24
I have this:
To check if a player is in faction or not, but instead of writing this check at every command, i wanna make something like IsPlayerAdmin.
It should return true if is a faction member and false if isn't.
Something like if(IsPlayerInFaction).
How? Thanks.
pawn Код:
if(FactionInfo[playerid][factionmember] == 0)
It should return true if is a faction member and false if isn't.
Something like if(IsPlayerInFaction).
How? Thanks.