help, textdraws
#1

Код:
public OnPlayerSpawn(playerid)
{
TextDrawShowForPlayer(playerid,Textdraw0);
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
new string[256];
format(string, sizeof(string), "Level: %d/17",WeaponLevel[killerid]);
TextDrawSetString(Textdraw0, string);
why when any of players gets a new level, that player level is showing for all? fix the script please.
Reply


Messages In This Thread
help, textdraws - by jaksimaksi - 29.08.2010, 20:48
Re: help, textdraws - by Mauzen - 29.08.2010, 21:19
Re: help, textdraws - by jaksimaksi - 30.08.2010, 06:07
Re: help, textdraws - by Voldemort - 30.08.2010, 07:12

Forum Jump:


Users browsing this thread: 2 Guest(s)