SA-MP Forums Archive
error again - 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: error again (/showthread.php?tid=159344)



error again - ToPhrESH - 13.07.2010

when i compile the pawno encounters a problems and has to close. I cant remmeber how i fixed it last time


Re: error again - CuervO - 13.07.2010

If you can't remember then the only thing you can do is go back to an older version if you have it. Also re-download the SA:MP Client ( RC 8 ) And try with that PAWNO.


Re: error again - DJDhan - 13.07.2010

The last time it happened to me, I had a semi-colon in front of a public declaration.

Like so:
Код:
public something();
{
    //stuff
}



Re: error again - ToPhrESH - 13.07.2010

oh ok i fixed it but now

when i run compilation and get errors it tells me where the lines are you know. Well it shows me lines that dont have anyhting to do with it

heres one example

line 301: AddStaticVehicle(409,1459.0098,-673.9019,94.5500,178.8699,1,1); // car7




(301) : warning 215: expression has no effect

(301) : error 001: expected token: ";", but found ")"

(301) : error 029: invalid expression, assumed zero

then i dont understand whats wrong

error 017: undefined symbol "strlen"