12.10.2012, 22:29
Hello,here is my problem.
I want to set the hp of every vehicle to 980,so i used this:
But when the vehicles spawns,they have everytime 1000 hp.How to fix this?
I want to set the hp of every vehicle to 980,so i used this:
pawn Код:
public OnVehicleSpawn(vehicleid)
{
SetVehicleHealth(vehicleid, 980.0);
return 1;
}