- 0
Nu apare TextDraw
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
ScandaL
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!
5 answers to this question
Recommended Posts