SA-MP Forums Archive
Compile error - 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)
+--- Thread: Compile error (/showthread.php?tid=343230)



Delete - Crica - 16.05.2012

Delete


Re: Compile error - RedWingz - 16.05.2012

I recommend you to script Commands in ZCMD because it is much easier.
Anyway, This is wrong:

pawn Код:
new carid = CreateVehicle(carid, x,y,z, 0.0, color1, color2, 60000);
            CreatedCars[CreatedCar] = CarID;
            CreatedCar++;
I don't know the correct code, But that is really wrong.
I tried this once in a Command (/vehicle), But it gave me the exact same errors.
Sorry, Maybe someone else can help, There are plenty of people around.