help members command
#4

Try changing
pawn Код:
if(!PlayerInfo[playerid][pFac] && PlayerInfo[playerid][pFam]) return SendClientMessage(playerid, COLOR_GREY, "You are not part of family/faction.");
With
pawn Код:
if(!PlayerInfo[playerid][pFac] || !PlayerInfo[playerid][pFam]) return SendClientMessage(playerid, COLOR_GREY, "You are not part of family/faction.");
Reply


Messages In This Thread
help members command - by V1Su4L - 02.01.2015, 12:55
Re: help members command - by ATGOggy - 02.01.2015, 12:59
Re: help members command - by V1Su4L - 02.01.2015, 13:02
Re: help members command - by Facerafter - 02.01.2015, 13:04
Re: help members command - by ATGOggy - 02.01.2015, 13:12
Re: help members command - by Facerafter - 02.01.2015, 13:18

Forum Jump:


Users browsing this thread: 1 Guest(s)