C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : error 001: expected token: ",", but found "."
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : error 029: invalid expression, assumed zero
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : warning 215: expression has no effect
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : warning 215: expression has no effect
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : warning 215: expression has no effect
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : warning 215: expression has no effect
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : warning 215: expression has no effect
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : error 001: expected token: ";", but found ")"
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(225) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(568 ) : error 002: only a single statement (or expression) can follow each "case" C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(591 ) : warning 217: loose indentation C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(596 ) : error 030: compound statement not closed at the end of file (started at line 571) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(568 ) : error 002: only a single statement (or expression) can follow each "case" C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(591 ) : warning 217: loose indentation C:\Users\Jot\Documents\SAMP\gamemodes\test.pwn(596 ) : error 030: compound statement not closed at the end of file (started at line 571) |
vehicle_id = CreateVehicle( 510, 0.0. , 0.0, 15.0, 5, 0, 120 );
Those are indentation error, use Tab to indentate each line |