I need help with a command for a faction chat.
#2

I think this command is wrong
pawn Код:
if((8 <= PlayerInfo[playerid][pMember] >= 1) || PlayerInfo[playerid][pFMember] < 255)
Change it to
pawn Код:
if((PlayerInfo[playerid][pMember] >= 1 && PlayerInfo[playerid][pMember] <= 8) || PlayerInfo[playerid][pFMember] < 255)
Reply


Messages In This Thread
I need help with a command for a faction chat. - by Eugene. - 16.07.2012, 07:05
Re: I need help with a command for a faction chat. - by [MM]RoXoR[FS] - 16.07.2012, 07:16
Re : I need help with a command for a faction chat. - by Eugene. - 16.07.2012, 08:31

Forum Jump:


Users browsing this thread: 1 Guest(s)