Vehicle health, NOT WHEN HE'S ONLY INSIDE
#1

Hey,wassup sorry to bother you guys, so listen:
The code works only when u're inside the car, but when u /fix it / you're outside the veh, its back to 1000 can I do it would be always the health I defined? How? Can u help me ? Ty :

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
        if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
{
    new vehicle = GetPlayerVehicleID(playerid);
    new model = GetVehicleModel(vehicle);
    switch(model)
    {
        case 541: SetVehicleHealth(vehicle, 1500);
        case 596: SetVehicleHealth(vehicle, 2000);
        case 560: SetVehicleHealth(vehicle, 1500);
        case 402: SetVehicleHealth(vehicle, 1500);
        case 427: SetVehicleHealth(vehicle, 7500);
        case 528: SetVehicleHealth(vehicle, 5000);
        case 599: SetVehicleHealth(vehicle, 2000);
        case 601: SetVehicleHealth(vehicle, 4000);
        case 490: SetVehicleHealth(vehicle, 2500);
        case 433: SetVehicleHealth(vehicle, 4000);
        case 470: SetVehicleHealth(vehicle, 2500);
        case 432: SetVehicleHealth(vehicle, 10000);
        case 497: SetVehicleHealth(vehicle, 2500);
        case 487: SetVehicleHealth(vehicle, 1500);
    }
}
Reply


Messages In This Thread
Vehicle health, NOT WHEN HE'S ONLY INSIDE - by yaron0600 - 15.10.2013, 15:52
Re: Vehicle health, NOT WHEN HE'S ONLY INSIDE - by DanishHaq - 15.10.2013, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)