Jump to content
  • 0

[Sprijin] Salvare Tuning.


FloriynScr

Question

5 answers to this question

Recommended Posts

  • 0

Incearca sa faci un stock: ModVehicle(vehicleid) la sfarsit dupa ce ii da load la masina pui ModVehicle(vInfo[index][vCariD]);

 

La stock-ul mod vehicle vei pune asa:

 

if(vInfo[vehicleid][mod1] != 0) AddVehicleComponent(vehicleid,vInfo[vehicleid][mod1]);

 

etc

return 1;

 

Etc...te descurci tu :) daca ai facut singur ce e acolo.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

  • 0

Asta e aproape un script intreg , deci la asa ceva nu ajut :) si nu cred ca cineva dupa sa-mp.ro v-a ajuta la asa cea oricum ,  tot ce iti spun este ca...trebuie sa faci sa se salveze acele "moduri" in baza de date , restul ti-am spus.

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

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.