Why this TextDraw doesen't show?
#4

because of this!
:
pawn Код:
if(PlayerInfo[playerid][pMember] == 1 && PlayerInfo[playerid][pMember] == 2 && PlayerInfo[playerid][pLeader] == 1 && PlayerInfo[playerid][pLeader] == 2)
edit it to:
pawn Код:
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 1 || PlayerInfo[playerid][pLeader] == 2)
Reply


Messages In This Thread
Why this TextDraw doesen't show? - by alanhutch - 02.06.2014, 16:09
Re: Why this TextDraw doesen't show? - by eXeDev - 02.06.2014, 16:41
Re: Why this TextDraw doesen't show? - by alanhutch - 02.06.2014, 18:27
Re: Why this TextDraw doesen't show? - by Eth - 02.06.2014, 18:40
Re: Why this TextDraw doesen't show? - by alanhutch - 02.06.2014, 20:28

Forum Jump:


Users browsing this thread: 2 Guest(s)