11.06.2010, 15:08
How can i display a playerid's Player Name?
I want to make that the players sees his/her own name on the radar
i use this script on OnGameModeInit()
I want to make that the players sees his/her own name on the radar
i use this script on OnGameModeInit()
Quote:
Textdraw4 = TextDrawCreate(88.000000, 324.000000, "IHSAN_CINGISIZ"); // Instead of Ihsan_Cingisiz i want to display the name of the player TextDrawAlignment(Textdraw4, 2); TextDrawBackgroundColor(Textdraw4, 255); TextDrawFont(Textdraw4, 3); TextDrawLetterSize(Textdraw4, 0.509999, 1.500000); TextDrawColor(Textdraw4, -1); TextDrawSetOutline(Textdraw4, 1); TextDrawSetProportional(Textdraw4, 1); |