Jump to content
  • 0

Question

Posted

Nick: Twes

Problema: Folosesc FS-ul im_bank de carownership . Toate comenziile merg perfect insa dupa ce am creeat masina personala , dau RR la server ID-ul masinii devine 1 si se creeaza bug.

Erori / warnings:-

Lini/script: http://adf.ly/89ZcL (FS)

Ai incercat sa rezolvi singur ?: Da, mult

5 answers to this question

Recommended Posts

Posted

Posteaza liniile de la OnFilterScriptInit unde creeaza masinile.

 

 

Posted

[pawn]public OnFilterScriptInit()

{

printf("Filterscript carownership.amx Initiated\n");

LoadCar();

for(new h = carsonserver; h < sizeof(CarInfo); h++)

{

AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);

LoadComponents(h);

}

return 1;[/pawn]

Posted

Ce numar are carsonserver in gamemod-ul tau?

carsonserver = ?;

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

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.