How fix this?
#1

I are new i this... i and apply one Stream... but i need fix this error for run the stream

pawn Код:
C:\Documents and Settings\ERO\Escritorio\FreeLife.pwn(542) : error 001: expected token: ";", but found "new"

1 Error.
Can someone help me?
Reply
#2

Show us the line where that error occurs.
Reply
#3

My guess is you forgot to put ; at the end of a line.. Maybe if you .. I don't know, read the error message?
Reply
#4

Quote:
Originally Posted by Weirdosport
My guess is you forgot to put ; at the end of a line.. Maybe if you .. I don't know, read the error message?
No need to get smart

I just didn't mind reading it since I didn't see any code.
Reply
#5

I wasn't aiming that at you swift, rather at the topic starter.
Reply
#6

Quote:
Originally Posted by Weirdosport
I wasn't aiming that at you swift, rather at the topic starter.
Oh, my bad. Sorry :P
Reply
#7

Quote:
Originally Posted by Swift_
Show us the line where that error occurs.
The problem is... idk where is the error, i apply the Double-O-Stream "http://forum.sa-mp.com/index.php?topic=94163.0"

Firts i apply all say in the tutorial... and i need put in the OnPlayerEnterVehicle(playerid, vehicleid) to OnPlayerEnterStreamVehicle(playerid, svehicleid) etc... in 5 things how this... but the error this show the firts when i apply the Stream... i fix all error, but this no

Sorry for my english
Reply
#8

Try putting a ';' at the end of the line before the line where the error comes. For example if you had something like this:
pawn Код:
new something1 ( put the ';' here)
new something2; <--- ERROR IS HERE
new something3;
Reply
#9

Quote:
Originally Posted by Swift_
Try putting a ';' at the end of the line before the line where the error comes. For example if you had something like this:
pawn Код:
new something1 ( put the ';' here)
new something2; <--- ERROR IS HERE
new something3;
Oh! Yeah! Very thanks Swift!!!!!!!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)