warning (7784) : warning 202: number of arguments does not match definition
#1

PHP Code:
(7784) : warning 202number 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) 
Reply
#2

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)
Reply
#3

But CAr PArk like this
http://www.upload.ee/image/4094548/sa-mp-006.png
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: