Question
#4

pawn Код:
stock DecreaseHealth(playerid)
{
    new
        Float: health
    ;
    GetPlayerHealth(playerid, health);
    return SetPlayerHealth(playerid, health - 1.0);
}
Reply


Messages In This Thread
Question - by DarkLored - 23.03.2014, 02:06
Re: Question - by ChandraLouis - 23.03.2014, 02:10
Re: Question - by DarkLored - 23.03.2014, 02:12
AW: Question - by Nero_3D - 23.03.2014, 02:13
Re: Question - by Dubya - 23.03.2014, 02:15
Re: Question - by DarkLored - 23.03.2014, 02:15

Forum Jump:


Users browsing this thread: 1 Guest(s)