Something wrong this this code
#1

ok im trying to make certian vehicles have say 5000hp instead of 1000hp
i have this code

pawn Код:
Vehicle_Armor(iVehicleID) {
    switch(GetVehicleModel(iVehicleID)) {
        case 596, 597, 598: SetVehicleHealth(iVehicleID, 2000.0);
        case 490: SetVehicleHealth(iVehicleID, 2500.0);
        case 407, 470: SetVehicleHealth(iVehicleID, 3000.0);
        case 428, 433, 447, 427: SetVehicleHealth(iVehicleID, 4000.0);
        case 601, 528: SetVehicleHealth(iVehicleID, 5000.0);
        case 432, 425: SetVehicleHealth(iVehicleID, 7500.0);
    }
}
and i get an error message about Vehicle_Armor please help
Reply


Messages In This Thread
Something wrong this this code - by NinjaChicken - 18.08.2012, 03:09
Re: Something wrong this this code - by IceMeteor - 18.08.2012, 03:51
Re: Something wrong this this code - by Mark Shade - 18.08.2012, 03:51
Re: Something wrong this this code - by NinjaChicken - 18.08.2012, 03:55
Re: Something wrong this this code - by IceMeteor - 18.08.2012, 04:09
Re: Something wrong this this code - by NinjaChicken - 18.08.2012, 04:10
Re: Something wrong this this code - by IceMeteor - 18.08.2012, 04:16
Respuesta: Something wrong this this code - by ThePhenix - 18.08.2012, 04:17
Re: Something wrong this this code - by NinjaChicken - 18.08.2012, 04:21
Re: Something wrong this this code - by Kindred - 18.08.2012, 04:42

Forum Jump:


Users browsing this thread: 1 Guest(s)