Jump to content
  • 0

Numele player mini-map


Question

Posted

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);

2 answers to this question

Recommended Posts

Posted

La

Nume[playerid]= TextDrawCreate([color=red][b]54.000000,322.000000[/b][/color],pnamee);

trebuie sa schimbi coordonatele de aceea nu iti apare textdraw-ul unde il vrei tu.

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.