SA-MP Forums Archive
Can some one explain what this code is.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Can some one explain what this code is.. (/showthread.php?tid=113497)



Can some one explain what this code is.. - tvirus06 - 14.12.2009

Код:
AddStaticVehicle(400,-2459.9055,786.4501,36.2643,89.8722,-1,-1)
;

Like, tell me what the int's are..

Like this eg:
Код:
AddStaticVehicle(int,int,int,int,int,int,int);



Re: Can some one explain what this code is.. - lolumadd - 14.12.2009

They are called parameters, and they can be found on:
https://sampwiki.blast.hk/wiki/AddStaticVehicle


Re: Can some one explain what this code is.. - tvirus06 - 14.12.2009

is there a coords command? for gta samp server?


Re: Can some one explain what this code is.. - Correlli - 14.12.2009

Quote:
Originally Posted by tvirus06
is there a coords command? for gta samp server?
It's /save, the saved coords can be found at savedpositions.txt file in the directory of your GTA:San Andreas.


Re: Can some one explain what this code is.. - MenaceX^ - 14.12.2009

int = full integer, and the parameters are not integers only, they're also floats.