Little Problem :/
#5

to my gm work good dont give any errors
pawn Код:
stock GetVehicleDamage(vehicleid)
{
    new Float:vhealth;
    new Float:bubu;
    GetVehicleHealth(vehicleid, vhealth);
    vhealth = (100 / 1000 * vhealth);
    bubu = (floatround(vhealth * 10.0) / 10.0);
    return bubu;
}
try this :P
Reply


Messages In This Thread
Little Problem :/ - by Sascha - 23.10.2010, 14:50
Re: Little Problem :/ - by legodude - 23.10.2010, 15:08
Re: Little Problem :/ - by Sascha - 23.10.2010, 15:14
Re: Little Problem :/ - by legodude - 23.10.2010, 15:17
Re: Little Problem :/ - by iJumbo - 23.10.2010, 15:18
Re: Little Problem :/ - by legodude - 23.10.2010, 15:21
Re: Little Problem :/ - by iJumbo - 23.10.2010, 15:25
Respuesta: Little Problem :/ - by The_Moddler - 23.10.2010, 15:27
Re: Little Problem :/ - by Sascha - 23.10.2010, 15:34
Re: Little Problem :/ - by Badger(new) - 23.10.2010, 15:40

Forum Jump:


Users browsing this thread: 3 Guest(s)