help with this textdraw
#2

Change

pawn Код:
new ptname[256];
GetPlayerName(killerid,ptname,256);
to

pawn Код:
new ptname[MAX_PLAYER_NAME];
GetPlayerName(playerid,ptname,MAX_PLAYER_NAME);
And you also create another textdraw every time player kills someone. You should do TextDrawCreate OnPlayerConnect and when player kills someone then use TextDrawSetString and TextDrawShowForPlayer.
Reply


Messages In This Thread
help with this textdraw - by Mishima - 23.07.2009, 21:19
Re: help with this textdraw - by MadeMan - 23.07.2009, 22:00
Re: help with this textdraw - by Mishima - 23.07.2009, 22:06
Re: help with this textdraw - by Joe Staff - 23.07.2009, 22:08
Re: help with this textdraw - by Mishima - 23.07.2009, 22:45
Re: help with this textdraw - by MadeMan - 23.07.2009, 22:47
Re: help with this textdraw - by Mishima - 23.07.2009, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)