Jump to content

Recommended Posts

Posted

1. Creeam linia :
 

new Text:Nume[MAX_PLAYERS];


2. Cauta in GM [Ctrl+F] linia :
 

//OnPlayerConnect


Dam putin mai jos gasim linia format(string, sizeof(string), "%s.ini", plname); si sub ea punem acest cod:

//-------------------------------------------
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. Cautam in GM[Ctrl+F] linia :

 

//OnPlayerDisconnect


Punem dupa ea :
 

TextDrawDestroy(Nume[playerid]);

 

Acest tutorial nu este creat de mine !!

Apropo puneti mana si cautati si voi pe www.google.ro nu este chiar asa de greu !

2c4AJX1.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.