Tag Mismatch?
#4

no , it's from here : if(!gTeam[playerid] == 7)

must be:
pawn Код:
if(gTeam[playerid] != 7) /* if gTeam[playerid] is not 7 , do the { }*/
or:
pawn Код:
if(gTeam[playerid] == 7) /* if gteam[playerid] is 7 , do the { }*/
Reply


Messages In This Thread
Tag Mismatch? - by ScottCFR - 10.04.2010, 17:33
Re: Tag Mismatch? - by RSX - 10.04.2010, 17:36
Re: Tag Mismatch? - by Torran - 10.04.2010, 17:37
Re: Tag Mismatch? - by UsaBoy91 - 10.04.2010, 17:37
Re: Tag Mismatch? - by Torran - 10.04.2010, 17:39
Re: Tag Mismatch? - by ScottCFR - 10.04.2010, 17:41
Re: Tag Mismatch? - by Torran - 10.04.2010, 17:42
Re: Tag Mismatch? - by ScottCFR - 10.04.2010, 17:51
Re: Tag Mismatch? - by RSX - 10.04.2010, 17:51
Re: Tag Mismatch? - by Torran - 10.04.2010, 17:55

Forum Jump:


Users browsing this thread: 1 Guest(s)