Jump to content

Textdraw, gen T4P.


Reset

Recommended Posts

Salut, astazi vreau sa va prezint un textdraw gen T4P.

E facut de mine.

Uita-ti poza.

https://imgur.com/a/sDGIDlQ

Iar sursa

https://pastebin.com/H1CjaJFn

Instalare:

puneti in gamemode:

new PlayerText:TextLogo[MAX_PLAYERS];

dupa va duceti la OnPlayerClickTextDraw

si puneti:

        PlayerTextDrawShow(playerid, TextLogo[playerid]);
        format(str2,sizeof(str2),"%s / RPG.MYSERVER.RO", PlayerInfo[playerid][pNormalName]);
        PlayerTextDrawSetString(playerid, TextLogo[playerid], str2);

iar dupa va duceti la OnPlayerConnect si puneti sursa de mai sus care e in pastebin.com

Iar dupa va duceti la 

OnPlayerLogin si adaugati:

    PlayerTextDrawShow(playerid, TextLogo[playerid]);
    format(str2,sizeof(str2),"%s / RPG.MYSERVER.RO", PlayerInfo[playerid][pNormalName]);
    PlayerTextDrawSetString(playerid, TextLogo[playerid], str2);

Nu chiar se intelege ce am scris.

  • Sad 1

mai tare e bigzone

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.