Jump to content
  • 0

Problema Textdraw


MrTuNNe

Question

Salut,am inceput sa intampin o problema cu Textdrawurile mai nou...ori ce as face nu vrea sa se arate.

Am adaugat si 

 TextDrawShowForPlayer

la OnPlayerConnect si efectiv,nu se arata...


Poate careva sa imi explice si mie ce are?

Ofer servicii de web designer/developer(contact me pentru portofoliu etc)

Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin

Ofer si servicii de Penetration Testing.

Vand si VPN-uri. 5 euro pe luna

Skype: live:mrtunne.tkcode

Discord: https://mrtunne.info/discord

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

La 

OnGameModeInit

Am asa:

    problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG");
    TextDrawLetterSize(problaze, 0.372395, 1.301331);
    TextDrawAlignment(problaze, 1);
    TextDrawColor(problaze, -1);
    TextDrawSetShadow(problaze, 0);
    TextDrawSetOutline(problaze, 1);
    TextDrawBackgroundColor(problaze, 255);
    TextDrawFont(Textdrawspecial, 4);
    TextDrawSetProportional(problaze, 1);

Si la

OnPlayerConnect

Am asa:

TextDrawShowForAll(problaze);

 

Ofer servicii de web designer/developer(contact me pentru portofoliu etc)

Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin

Ofer si servicii de Penetration Testing.

Vand si VPN-uri. 5 euro pe luna

Skype: live:mrtunne.tkcode

Discord: https://mrtunne.info/discord

Link to comment
Share on other sites

  • 0

La 

OnGameModeInit

Am asa:

    problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG");
    TextDrawLetterSize(problaze, 0.372395, 1.301331);
    TextDrawAlignment(problaze, 1);
    TextDrawColor(problaze, -1);
    TextDrawSetShadow(problaze, 0);
    TextDrawSetOutline(problaze, 1);
    TextDrawBackgroundColor(problaze, 255);
    TextDrawFont(Textdrawspecial, 4);
    TextDrawSetProportional(problaze, 1);

Si la

OnPlayerConnect

Am asa:

TextDrawShowForAll(problaze);

 

​Schimba din TextDrawShowForAll(problaze); in TextDrawShowForPlayer(playerid, problaze);

 

De ce ? La functia "OnPlayerConnect" tu trebuie sa setezi ca textdraw-ul sa il arate playerilor ce se conecteaza, cu ce ai pus tu faci ca textdraw-ul sa fie afisat tuturor cand cineva se conecteaza . :D

Link to comment
Share on other sites

  • 0

​Schimba din TextDrawShowForAll(problaze); in TextDrawShowForPlayer(playerid, problaze);

 

De ce ? La functia "OnPlayerConnect" tu trebuie sa setezi ca textdraw-ul sa il arate playerilor ce se conecteaza, cu ce ai pus tu faci ca textdraw-ul sa fie afisat tuturor cand cineva se conecteaza . :D

​Tot nu merge.

Ofer servicii de web designer/developer(contact me pentru portofoliu etc)

Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin

Ofer si servicii de Penetration Testing.

Vand si VPN-uri. 5 euro pe luna

Skype: live:mrtunne.tkcode

Discord: https://mrtunne.info/discord

Link to comment
Share on other sites

  • 0

​Tot nu merge.

problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG");
    TextDrawLetterSize(problaze, 0.372395, 1.301331);
    TextDrawAlignment(problaze, 1);
    TextDrawColor(problaze, -1);
    TextDrawSetShadow(problaze, 0);
    TextDrawSetOutline(problaze, 1);
    TextDrawBackgroundColor(problaze, 255);
    TextDrawFont(Textdrawspecial, 4) < -- Aici nu trebuia asa : TextDrawFont(problaze, 4);
    TextDrawSetProportional(problaze, 1);

Si fix cum a spus NoNamed

La OnPlayerConnect pune :

TextDrawShowForPlayer(problaze);
  • Upvote 1

// Desenul meu animat 
// Alte episoade aici: 
https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos

 

 

 

Link to comment
Share on other sites

  • 0

problaze = TextDrawCreate(482.400177, 427.839904, "~w~Pro-Blaze RPG");
    TextDrawLetterSize(problaze, 0.372395, 1.301331);
    TextDrawAlignment(problaze, 1);
    TextDrawColor(problaze, -1);
    TextDrawSetShadow(problaze, 0);
    TextDrawSetOutline(problaze, 1);
    TextDrawBackgroundColor(problaze, 255);
    TextDrawFont(Textdrawspecial, 4) < -- Aici nu trebuia asa : TextDrawFont(problaze, 4);
    TextDrawSetProportional(problaze, 1);

Si fix cum a spus NoNamed

La OnPlayerConnect pune :

TextDrawShowForPlayer(problaze);

​Lol,nu mi-am dat seama ca era 4 acolo.

Acum merge :)

Mersi,cred ca daca nu-mi atrageai tu atentia nu ma trezeam nici acum :))

Ofer servicii de web designer/developer(contact me pentru portofoliu etc)

Metode de plata: Paysafecard,Skrill,PayPal,Bitcoin

Ofer si servicii de Penetration Testing.

Vand si VPN-uri. 5 euro pe luna

Skype: live:mrtunne.tkcode

Discord: https://mrtunne.info/discord

Link to comment
Share on other sites

  • 0

​Lol,nu mi-am dat seama ca era 4 acolo.

Acum merge :)

Mersi,cred ca daca nu-mi atrageai tu atentia nu ma trezeam nici acum :))

​Cu placere dar fi mai atent pe viitor :D

// Desenul meu animat 
// Alte episoade aici: 
https://www.youtube.com/channel/UCF2kY1CzhHI_PCyV5LprQ1w/videos

 

 

 

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.