Floats on a textdraw statbar, Pulls other players stats?
#8

Ok well.. i changed the look of the stat bar, and now it doesnt work anymore, all the other id's get id 0's stats.
Код:
public stats(playerid)
{
new Float:pHealth, Float:pArmour, string[15];
GetPlayerHealth(playerid,pHealth);
format(string, sizeof(string), "Health:%.0f", pHealth);
TextDrawSetString(Textdraw2, string);

GetPlayerArmour(playerid,pArmour);
format(string, sizeof(string), "Armour:%.0f", pArmour);
TextDrawSetString(Textdraw3, string);

format(string, sizeof(string), "Kills:%d", GetPlayerScore(playerid));
TextDrawSetString(Textdraw4, string);

format(string, sizeof(string), "Deaths:%d", GetPVarInt(playerid,"Deaths"));
TextDrawSetString(Textdraw5, string);

format(string, sizeof(string), "ID:%d", GetPlayerID(playerid));
TextDrawSetString(Textdraw6, string);
}
Reply


Messages In This Thread
Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 29.04.2010, 18:03
Re: Floats on a textdraw statbar, Pulls other players stats? - by Virtual1ty - 29.04.2010, 18:06
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 29.04.2010, 18:16
Re: Floats on a textdraw statbar, Pulls other players stats? - by Niixie - 29.04.2010, 18:39
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 29.04.2010, 18:45
Re: Floats on a textdraw statbar, Pulls other players stats? - by MadeMan - 29.04.2010, 19:47
Re: Floats on a textdraw statbar, Pulls other players stats? - by RyDeR` - 29.04.2010, 20:23
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 29.04.2010, 20:39
Re: Floats on a textdraw statbar, Pulls other players stats? - by MadeMan - 30.04.2010, 13:48
Re: Floats on a textdraw statbar, Pulls other players stats? - by Uninvited - 06.05.2010, 07:05
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 06.05.2010, 17:50
Re: Floats on a textdraw statbar, Pulls other players stats? - by Hernaner28 - 02.06.2010, 00:33
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 02.06.2010, 01:25
Re: Floats on a textdraw statbar, Pulls other players stats? - by Hernaner28 - 02.06.2010, 16:35
Re: Floats on a textdraw statbar, Pulls other players stats? - by -Rebel Son- - 03.06.2010, 04:11
Re: Floats on a textdraw statbar, Pulls other players stats? - by Hernaner28 - 03.06.2010, 23:08

Forum Jump:


Users browsing this thread: 2 Guest(s)