SA-MP Forums Archive
Faction chat problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Faction chat problem (/showthread.php?tid=436601)



Faction chat problem - Squirrel - 12.05.2013

What's the problem with this
http://paste2.org/w18GhOp7


Re: Faction chat problem - ryanhawk31 - 12.05.2013

Tell us the errors


AW: Faction chat problem - Squirrel - 12.05.2013

None. It just says "You are nto part of a fmaily"


Re: Faction chat problem - Avi Raj - 12.05.2013

Can you tell me whom you want to access this chat?
pMember or pFMember?


Re: Faction chat problem - Tanush123 - 12.05.2013

pawn Код:
if(PlayerInfo[playerid][pMember] >= 8 && PlayerInfo[playerid][pMember] <= 10 || PlayerInfo[playerid][pFMember] != 255)



Re: Faction chat problem - Squirrel - 12.05.2013

It still wont show admin message. Like it wont say the message. No errors tho.


Re: Faction chat problem - Squirrel - 13.05.2013

BUMP


Re : Faction chat problem - DaTa[X] - 13.05.2013

pawn Код:
if(!(PlayerInfo[playerid][pMember] >= 8 && PlayerInfo[playerid][pMember] <= 10 || PlayerInfo[playerid][pFMember] != 1))
                return SendClientMessage(playerid,COLOR_GREY,"   You are not part of a Family!");