is the random player's health is: 153546489? LOL
#2

Quote:
Originally Posted by RyderX
Посмотреть сообщение
Hello there! i have been trying to make textdraw which it got the amount of player's health and got this :



What if that is the random player's health? LMAO

PHP код:
public OnPlayerUpdate(playerid)
{
    new 
string7[20];
    new [
B]Float[/B]: Health;
    
GetPlayerHealth(playeridHealth);
    
format(string7sizeof(string7), "%d"Health);
    
TextDrawSetString(Textdraw14[playerid], string7);
    
TextDrawShowForPlayer(playeridTextdraw14[playerid]);
    new 
string8[120];
    new [
B]Float[/B]: Armour;
    
GetPlayerArmour(playeridArmour);
    
format(string8sizeof(string8), "%d"Armour);
    
TextDrawSetString(Textdraw15[playerid], string8);
    
TextDrawShowForPlayer(playeridTextdraw15[playerid]);
    return 
1;


4char123
Reply


Messages In This Thread
is the random player's health is: 153546489? LOL - by RyderX - 08.03.2017, 17:30
Re: is the random player's health is: 153546489? LOL - by Djole1337 - 08.03.2017, 17:54
Re: is the random player's health is: 153546489? LOL - by 4D1L - 08.03.2017, 17:57
Re: is the random player's health is: 153546489? LOL - by RyderX - 08.03.2017, 18:08

Forum Jump:


Users browsing this thread: 1 Guest(s)