Textdraw problem v2
#1

Код:
TextDrawShowForPlayer(playerid, Textdraw0);
		new newtext[41], name[MAX_PLAYER_NAME];
    	GetPlayerName(playerid, name, sizeof(name));
    	format(newtext, sizeof(newtext), "%s", name);
    	TextDrawSetString(Textdraw0, newtext);
This is the code when i am alone on server shows me my name but when someone else connect it shows me his name what can be the problem?
Reply


Messages In This Thread
Textdraw problem v2 - by AlexuTzVs - 12.12.2015, 17:16
Re: Textdraw problem v2 - by Ritzy2K - 12.12.2015, 19:03
Re: Textdraw problem v2 - by DRIFT_HUNTER - 12.12.2015, 19:06
Re: Textdraw problem v2 - by AlexuTzVs - 12.12.2015, 19:35
Re: Textdraw problem v2 - by AlexuTzVs - 13.12.2015, 09:00
Re: Textdraw problem v2 - by itsCody - 13.12.2015, 09:05
Re: Textdraw problem v2 - by AlexuTzVs - 13.12.2015, 09:20
Re: Textdraw problem v2 - by itsCody - 13.12.2015, 09:29
Re: Textdraw problem v2 - by AlexuTzVs - 13.12.2015, 11:06
Re: Textdraw problem v2 - by AlexuTzVs - 13.12.2015, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)