Jump to content
  • 0

Intrebare textdraw


marius11

Question

7 answers to this question

Recommended Posts

  • 0
Acum 4 minute, Eclipsis a spus:

Pai, daca TextDraw-u' este deja creat, va trebui sa-l pui asta ( un exemplu ) in comanda inainte ca TextDraw-u' sa apara.

if(PlayerInfo[playerid][pAdmin] >= 0) - Este doar un exemplu'. Nu stiu cum ce GameMod ai tu. 

Asta o pun tot acolo unde este td sau in alt loc  if(PlayerInfo[playerid][pAdmin] >= 0)

Link to comment
Share on other sites

  • 0
Acum 14 minute, Eclipsis a spus:

Da-mi comanda unde vrei sa o pui. Cu tot cu TextDraw.

Pai vreau ca acest td sa il vada doar admini

        News2[f] = TextDrawCreate(480.000000, 429.000000, "Esti Admin");
        TextDrawLetterSize(News2[f],0.250000, 2.000000);
        TextDrawAlignment(News2[f], 1);
        TextDrawColor(News2[f], -1);
        TextDrawSetShadow(News2[f], 0);
        TextDrawSetOutline(News2[f], 1);
        TextDrawBackgroundColor(News2[f], 255);
        TextDrawFont(News2[f], 2);
        TextDrawSetProportional(News2[f], 1);
 

Link to comment
Share on other sites

  • 0

In locul unde ai tu 

 

Textdrawshowforplayer bla bla

 

Inlocuiesti asa

 

If (playervariable [playerid][padminbla bla bla]>0)

{

Textdrasshoeforplayer bla bla bla

SendClientMessage ( playerid, - 1, " textdrawul ti-a fost aratat pentruca esti admin");

}

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
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
Answer this question...

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