07.10.2013, 08:38
(
Последний раз редактировалось Johurt; 07.10.2013 в 12:06.
)
Код:
public OnVehicleSpawn(vehicleid) { if(tInfo[vehicleid][vOwned]) { if(!IsABike(vehicleid)) { SetVehicleHealth(vehicleid, 230); } } return 1; }
P.S: Timers can't help ;/
P.P.S: It is sa:mp bug, but i don't know how to fix it. Certainly i can create NPC and put he in vehicle, but it not good idea.