Jump to content
  • 0

Question

2 answers to this question

Recommended Posts

Posted

Mai folositi si SEARCH!!In ultimele 2-3 zile s`au facut vreo 5 posturi pe tema asta.

Ai id-urile incurcate..ai pus/scos masini din gm.

Daca pe server masina cu id 10 e de la Crips,in gm trebuie sa ai la fel,la fel la toate factiunile.

gXvsYS
Posted

Sunt decalate ID-urile. Refa toate masinile de la 0%

Nu pot sa cred ca ai zis asta :| (0%) :)))

Fa exact ce a zis dar numa sale faci sub forma asta ca sa nu se mai incurce id-uirle.

[pawn]

new pdcar[4];//nr-u masinilor +1

forward IsACopCar(carid)

public IsACopCar(carid)

{

for(new i = 0; i < sizeof(pdcar); i++)

{

if(carid == pdcar)

{

return 1;

}

}

return 0;

}

//OnGameModeInit

pdcar[0] = AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay);

pdcar[1] = AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay);

pdcar[2] = AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay);

pdcar[3] = AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay);

[/pawn]

<a href="http://www.userbars.be"><img src="http://img534.imageshack.us/img534/9098/36589.gif" alt="Free userbars" border="0"></a>

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.