Jump to content

Cerere Tutoriale


R3dD

Recommended Posts

Nu am timp sa iti explic asa ca iti fac eu mura in gura !

Asta o pui la inceputul GM

[pawn]new Text:Nume3[MAX_PLAYERS];[/pawn]

Si asta o pui la OnplayerConnect !

[pawn]    new pnamee[24];

    GetPlayerName(playerid, pnamee, sizeof(pnamee));

    Nume3[playerid]= TextDrawCreate(53.000000, 430.000000,pnamee);

    TextDrawBackgroundColor(Nume3[playerid],255);

    TextDrawFont(Nume3[playerid],2);

    TextDrawLetterSize(Nume3[playerid],0.370000, 1.100000);

    TextDrawColor(Nume3[playerid],0xFFFFFFFF);

    TextDrawSetOutline(Nume3[playerid],1);

    TextDrawSetProportional(Nume3[playerid],1);

    TextDrawShowForPlayer(playerid,Nume3[playerid]);[/pawn]

Topic CLosed !

Link to comment
Share on other sites

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.