what ive done wrong?
#1

what have i done wrong here?
pawn Код:
CMD:robsex(playerid, params[])
{
        if(IsPlayerInRangeOfPoint(playerid, 1.0, -107.1983,-8.3455,1000.7188))
        SetTimer("rob", 10000, false);
        SendClientMessage(playerid, -1, "stay in the checkpoint for 30 secs to rob it!");
        return 1;
    {
    else
    }
        SendClientMessage(playerid, -1, "your not in checkpoint!");
        return 0;
}
    return 1;
}

C:\Users\iphone\Desktop\SFCNR coding\filterscripts\Car_System.pwn(4 : warning 225: unreachable code
C:\Users\iphone\Desktop\SFCNR coding\filterscripts\Car_System.pwn(4 : warning 217: loose indentation
C:\Users\iphone\Desktop\SFCNR coding\filterscripts\Car_System.pwn(49) : error 029: invalid expression, assumed zero
C:\Users\iphone\Desktop\SFCNR coding\filterscripts\Car_System.pwn(51) : warning 217: loose indentation
C:\Users\iphone\Desktop\SFCNR coding\filterscripts\Car_System.pwn(54) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
what ive done wrong? - by thefatshizms - 12.06.2012, 18:52
Re: what ive done wrong? - by Jonny5 - 12.06.2012, 18:55
Re: what ive done wrong? - by thefatshizms - 12.06.2012, 19:02
Re: what ive done wrong? - by Stevee - 12.06.2012, 19:05
Re: what ive done wrong? - by Elysian` - 12.06.2012, 19:10
Re: what ive done wrong? - by Jonny5 - 12.06.2012, 19:13
Re: what ive done wrong? - by kaisersouse - 12.06.2012, 19:19
Re: what ive done wrong? - by thefatshizms - 12.06.2012, 19:20
Re: what ive done wrong? - by iggy1 - 12.06.2012, 19:31

Forum Jump:


Users browsing this thread: 1 Guest(s)