not work Text Draw!
#2

new level = GetPlayerScore(playerid), string[32];

Should probably be, new level = GetPlayerScore(killerid), string[32];

You also have these lines mixed up a bit....

KillsLevel[playerid] = CreatePlayerTextDraw(playerid, 499.0, 101.0, "Kills: 0/0\nLevel: 0")

format(string, sizeof(string), "Level: %d\nKills: %d/%d", level, kills, level * 50);

You want.... format(string, sizeof(string), "Kills: %d/%d\nLevel: %d", kills, level * 50, level);
Reply


Messages In This Thread
not work Text Draw! - by proSeryoga - 13.03.2013, 03:57
Re: not work Text Draw! - by Pottus - 13.03.2013, 04:15
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 04:22
Re: not work Text Draw! - by Pottus - 13.03.2013, 04:33
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 04:38
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 05:19
Respuesta: not work Text Draw! - by Parka - 13.03.2013, 06:32
Re: not work Text Draw! - by proSeryoga - 13.03.2013, 06:39
Respuesta: not work Text Draw! - by Parka - 13.03.2013, 06:42
Re: Respuesta: not work Text Draw! - by proSeryoga - 13.03.2013, 06:47

Forum Jump:


Users browsing this thread: 1 Guest(s)