- 0
Problema Nume player sub minimap
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Andrey23.
Problema intalnita (descriere):Am pus in gm sa arate numele player`ului respectiv sub mini map.Am dat rr la svr dar tot nu apare ...
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):
1.Am facut un new
new Text:Nume[MAX_PLAYERS];
2. Am pus codul acesta la onpalyerconnect
//-------------------Bogdan TXT------------------------
new pnamee[24];
GetPlayerName(playerid, pnamee, sizeof(pnamee));
Nume[playerid]= TextDrawCreate(28.000000,428.000000,pnamee);
TextDrawAlignment(Nume[playerid],0);
TextDrawBackgroundColor(Nume[playerid],0xffffffff);
TextDrawFont(Nume[playerid],1);
TextDrawLetterSize(Nume[playerid],0.799999,1.200000);
TextDrawColor(Nume[playerid],0x00ff0033);
TextDrawSetOutline(Nume[playerid],1);
TextDrawSetProportional(Nume[playerid],1);
TextDrawSetShadow(Nume[playerid],1);
TextDrawShowForPlayer(playerid,Nume[playerid]);
//-------------------------------------------
3. si am pus acesta la onplayerdisconnect
TextDrawDestroy(Nume[playerid]);
Imagini / Video (optional):n`am
Ati incercat sa rezolvati singur?:da am incercat! dar akm mi s`a mutat ceasul
Edited by KelToN.BloWnRespecta si vei fi respectat.
7 answers to this question
Recommended Posts