How fix this? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How fix this? (
/showthread.php?tid=83751)
How fix this? -
ERO - 27.06.2009
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?
Re: How fix this? -
Grim_ - 27.06.2009
Show us the line where that error occurs.
Re: How fix this? -
Weirdosport - 27.06.2009
My guess is you forgot to put ; at the end of a line.. Maybe if you .. I don't know, read the error message?
Re: How fix this? -
Grim_ - 27.06.2009
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.
Re: How fix this? -
Weirdosport - 27.06.2009
I wasn't aiming that at you swift, rather at the topic starter.
Re: How fix this? -
Grim_ - 27.06.2009
Quote:
Originally Posted by Weirdosport
I wasn't aiming that at you swift, rather at the topic starter.
|
Oh, my bad. Sorry :P
Re: How fix this? -
ERO - 27.06.2009
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 OnPlayerEnter
StreamVehicle(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
Re: How fix this? -
Grim_ - 27.06.2009
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;
Re: How fix this? -
ERO - 27.06.2009
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!!!!!!!!!