Can't get this if statements -.-
#5

Quote:
Originally Posted by costel_nistor96
Посмотреть сообщение
Replace

pawn Код:
if(PRESSED(KEY_WALK) && GetPlayerTeam(playerid) == 2)
Change that to
pawn Код:
if(PRESSED(KEY_WALK) && (GetPlayerTeam(playerid) == 2))
Reply


Messages In This Thread
Can't get this if statements -.- - by Tamer - 22.03.2013, 19:37
Re: Can't get this if statements -.- - by IstuntmanI - 22.03.2013, 19:40
Re: Can't get this if statements -.- - by Tamer - 22.03.2013, 19:43
Re: Can't get this if statements -.- - by MP2 - 22.03.2013, 21:16
Re: Can't get this if statements -.- - by nickdodd25 - 22.03.2013, 22:12
Re: Can't get this if statements -.- - by [D]ry[D]esert - 22.03.2013, 22:54
Re: Can't get this if statements -.- - by [D]ry[D]esert - 22.03.2013, 23:01

Forum Jump:


Users browsing this thread: 1 Guest(s)