SA-MP Forums Archive
Static vehicles loaded problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Static vehicles loaded problem (/showthread.php?tid=364500)



Static vehicles loaded problem - ParadiseRP - 30.07.2012

Sup
I got a problem i go to my server did /save few times to change the LSPD cars spot
I go to the script found the lines of the faccars
I just delete the X Y Z crap and copy the one from the "savedpositions"
then i compline it gave me this error like 4-6 times


"warning 202: number of arguments does not match definition"

I just ingore that i pressed the "samp-server"
I saw the CMD window opened fast and closed
i check the server log
the last thing its

" SSCANF2 Loaded
Static vehicles loaded."

i dunno what i did worng that it doesnt work , its only changing the spot of the car
i know how to do it but !! damit
hope you just can help me


Re: Static vehicles loaded problem - Ben_Gale - 31.07.2012

can u show the bit u changed in ur gamemode script


Re: Static vehicles loaded problem - RelaxCafe - 31.07.2012

That warning is given when you do not use the function correctly. For Example:
When you create a vehicle, you must put all of its info, car model id, x, y, z, rotation, respawn delay.
Now if you do not place everything where it belongs that warning comes up hence vehicles do not get created..