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

And just because of this I always need to return 0 or whatever in the main call back instead of tieing the if statement to a single line

pawn Код:
if(PRESSED(KEY_WALK) && if(GetPlayerTeam(playerid) == 2)); //9219
    {
     if(IsPlayerInRangeOfPoint(playerid,5,-71.9882,2544.0422,17.0460))
    }

(9219) : error 029: invalid expression, assumed zero
(9219) : warning 215: expression has no effect
(9219) : error 001: expected token: ";", but found ")"
(9219) : error 029: invalid expression, assumed zero
pwn(9219) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
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)