Jump to content
  • 0

Nu apare TextDraw


ScandaL

Question

Amo problema, nu imi apare textdraw chiad daca am urmat toti pasiI :-?? De ce? Uitati toate liniile!

[pawn]new Text:Textdraw0;[/pawn]

public OnPlayerConnect:

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

public OnGameModeInit:

[pawn]Textdraw0 = TextDrawCreate(4.000000, 435.000000, "Text");

    TextDrawLetterSize(Text:Textdraw0, 20, 21);

    TextDrawColor(Text:Textdraw0, 0xFFFFFFFF);

    TextDrawSetShadow(Text:Textdraw0, 1);

    TextDrawSetOutline(Text:Textdraw0, 0);

    TextDrawBackgroundColor(Text:Textdraw0, 170);

    TextDrawFont(Text:Textdraw0, 1);

    TextDrawSetProportional(Text:Textdraw0, 1);[/pawn]

Cand intru in joc nu apare nici un textdraw!

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Vezi sa nu ai peste 2048 textdrawuri in GM.

new Text:TextdrawEx; - un textdraw

Daca MAX_PLAYERS este original din SA:MP, adica 500, asta:

new Text:pTextdrawEx[ MAX_PLAYERS ]; - inseamna 500 textdrawuri.

Incearca sa testezi pe alt GM, daca merge pe alt GM, vezi sa nu ai limita de care am spus mai sus.

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.