warning (7784) : warning 202: number of arguments does not match definition - 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: warning (7784) : warning 202: number of arguments does not match definition (
/showthread.php?tid=518172)
warning (7784) : warning 202: number of arguments does not match definition -
b0b - 08.06.2014
PHP Code:
(7784) : warning 202: number of arguments does not match definition
LINE
PHP Code:
FACCAR[1][CAR][1] = AddStaticVehicleEx(597,615.6199,-591.5212,17.0082,1,223,0); //Police Car (SFPD)
Re: warning (7784) : warning 202: number of arguments does not match definition -
DrakeX - 08.06.2014
You didn't specify the vehicle's spawn angle.
https://sampwiki.blast.hk/wiki/AddStaticVehicleEx
pawn Code:
FACCAR[1][CAR][1] = AddStaticVehicleEx(597, 615.6199, -591.5212, 17.0082, 0.0, 1, 223, 0); //Police Car (SFPD)
Re: warning (7784) : warning 202: number of arguments does not match definition -
b0b - 08.06.2014
But CAr PArk like this
http://www.upload.ee/image/4094548/sa-mp-006.png
Re: warning (7784) : warning 202: number of arguments does not match definition -
DrakeX - 08.06.2014
Yeah, it's going to spawn facing north (0.0 = north). Get into another vehicle, use (/save), go to your documents, and retrieve the right angle, replacing it.