/facpay bug
#3

Код:
if(PlayerInfo[playerid][pAdmin] < 4 && PlayerInfo[playerid][pFactionModerator] == 0)
The counterpart to the above is:
Код:
if the player using the command is less than admin level 4 and is not faction moderator
I am presuming that pFactionModerator = 1 makes you a faction moderator.

Try:
Код:
if(PlayerInfo[playerid][pAdmin] > 4 && PlayerInfo[playerid][pFactionModerator] == 1)
If you use the suggested then you have to be higher than admin level 4 and a faction moderator. If there is more than 1 faction moderator rank, then change the == to >= OR == 1 to > 0.

See:
https://sampwiki.blast.hk/wiki/Control_Structures
Reply


Messages In This Thread
/facpay bug - by NealPeteros - 05.08.2016, 12:06
Re: /facpay bug - by NealPeteros - 05.08.2016, 12:27
Re: /facpay bug - by CodyHawkins - 05.08.2016, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)