Jump to content
  • 0

Probleme masini


kidix14

Question

2 answers to this question

Recommended Posts

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>

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.