Jump to content

Question

Posted

Am si eu acest FS http://forum.sa-mp.com/showthread.php?t=330364 dar problema este ca dau /buycar sau /v sau orice comanda din acel FS si nu imi apare nimic care ar putea fi problema?

2 answers to this question

Recommended Posts

Posted

ai facut toate astea?

1) Add more cars on buy?

-Simply, just in OnFilterScriptInit add to other this: AddMoreCar(Vehicle_Model,Price,Max_Speed,Level); and set on NUMBER_OF_VEHICLES how much model is on buy

2) To change coordinates?

-Check this:

#define COORDINATES 1948.0917,1370.3293,9.1094,90//Here you can put your coordinates for car where will be car on list spawn
#define COORDINATES_FOR_BUY 1948.0917,1370.3293,9.1094//Coordinates where player can type /buycar
#define SPAWN_cX 1948.0917//Coordainte X where buyed car will be spawn
#define SPAWN_cY 1375.3293//Coordainte Y where buyed car will be spawn
#define SPAWN_cZ 9.1094//Coordainte Z where buyed car will be spawn
#define SPAWN_cA 90//Angle of spawned cars

3) Get max car speed?

-You can get max speed on this site: http://gta.wikia.com/Vehicle_Stats_in_GTA_San_Andreas

3) Instal this?

-Unrar FS in you folder of gamemode

-Set information in server.cfg

-Then open FS and find #define NUMBER_FOR_LOAD+1 and there you set how much cars you have in gamemode. This is important. You must set it beacuse then it'll save properly

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.