Problem - 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: Problem (
/showthread.php?tid=473590)
Problem -
kingcrome - 03.11.2013
Error:
C:\Users\Mantas\Desktop\KnK Trucks V1\gamemodes\KnK.pwn(95) : warning 202: number of arguments does not match definition
Код:
CreateVehicle(400, x, y, z, 0, 0, 9999);
Re: Problem -
bensmart469 - 03.11.2013
You forgot angle. Example: CreateVehicle(400,x,y,z,0.0,0,0,9999);
Re: Problem -
kingcrome - 03.11.2013
Thank you so much.