errrrrrrrrrrrr
#1

what's wrong in this script?

http://pastebin.com/qjrZ1HgM

pawn Код:
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.
Reply
#2

edit: i removed line 224 and got this:
Quote:

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.

Reply
#3

vehicle_id = CreateVehicle( 510, 0.0. , 0.0, 15.0, 5, 0, 120 );


Quote:

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)

Those are indentation error, use Tab to indentate each line
Reply
#4

Quote:
Originally Posted by DreamOnIt
Посмотреть сообщение
vehicle_id = CreateVehicle( 510, 0.0. , 0.0, 15.0, 5, 0, 120 );




Those are indentation error, use Tab to indentate each line
man i tried but i failed.can u plz actually fix and post new 1 plz.ill be very thankul.
Reply
#5

ok Now past your Code where U get error
Reply
#6

Quote:
Originally Posted by Salsa
Посмотреть сообщение
ok Now past your Code where U get error
read the posts carefully.I've posted the code in my first post.
Reply
#7

Its Fixed

http://pastebin.com/DcdvmBLM

If I Help You Then Give Me Rep+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)