Jump to content
  • 0

Numele player mini-map


Evilboy

Question

Salutari, am incercat sub mini mapa sa pun numele playerului, insa mi-l afiseaza deasupra..

	new pnamee[24];
	GetPlayerName(playerid, pnamee, sizeof(pnamee));
	Nume[playerid]= TextDrawCreate(54.000000,322.000000,pnamee);
	TextDrawAlignment(Nume[playerid],0);
	TextDrawBackgroundColor(Nume[playerid],COLOR_WHITE);
	TextDrawFont(Nume[playerid],1);
	TextDrawLetterSize(Nume[playerid],0.420000,1.000000);
	TextDrawColor(Nume[playerid],COLOR_LIGHTBLUE);
	TextDrawSetOutline(Nume[playerid],1);
	TextDrawSetProportional(Nume[playerid],1);
	TextDrawSetShadow(Nume[playerid],1);

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.