SA-MP Forums Archive
[HELP] TextDraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] TextDraw (/showthread.php?tid=99611)



[HELP] TextDraw - [CK]Steel - 28.09.2009

Help me please. Why does my TextDraw Box is long?...



pawn Код:
public TheMessages()
{
    switch(MSGS)
    {
      case 0: { Text = TextDrawCreate(8.0,434.0,Messages[0]); MSGS++; SetTimer("Hidden",55000,false);}
      case 1: { Text = TextDrawCreate(8.0,434.0,Messages[1]); MSGS++; SetTimer("Hidden",55000,false);}
      case 2: { Text = TextDrawCreate(8.0,434.0,Messages[2]); MSGS++; SetTimer("Hidden",55000,false);}
      case 3: { Text = TextDrawCreate(8.0,434.0,Messages[3]); MSGS++; SetTimer("Hidden",55000,false);}
      case 4: { Text = TextDrawCreate(8.0,434.0,Messages[4]); MSGS = 0; SetTimer("Hidden",55000,false);}
    }
    TextDrawUseBox(Text,1);
    TextDrawBoxColor(Text,0x00000066);
    TextDrawColor(Text,0xffffffff);
    TextDrawLetterSize(Text,0.199999,0.799999);
    TextDrawSetProportional(Text,1);
    TextDrawSetShadow(Text,2);
    TextDrawFont(Text,1);
    TextDrawShowForAll(Text);
    return 1;
}
That's my code.


Re: Please help me..... - wil721vi - 28.09.2009

The text box is part of your san andeas multiplayer mods, re dowload samp and install then tell me if it worked


Re: Please help me..... - [CK]Steel - 28.09.2009

Quote:
Originally Posted by wil721vi
The text box is part of your san andeas multiplayer mods, re dowload samp and install then tell me if it worked
No? I never installed any mods in GTA SA ever since I bought it....


Re: [HELP] TextDraw - wil721vi - 28.09.2009

SAMP is a gta sa mod


Re: [HELP] TextDraw - [CK]Steel - 28.09.2009

Quote:
Originally Posted by wil721vi
SAMP is a gta sa mod
Ohhh.. So I need to re-install SAMP? Oh, alright then.. Hopefully it will work.


Re: [HELP] TextDraw - [CK]Steel - 28.09.2009

Sorry for double post, but still it isn't fixing... Any other suggestions?


Re: [HELP] TextDraw - clavador - 29.09.2009

Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!


Re: [HELP] TextDraw - [CK]Steel - 29.09.2009

Quote:
Originally Posted by clavador
Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!
Well that's what I used..... But I think that IG TextDraw editor is not the problem, idk?


Re: [HELP] TextDraw - [CK]Steel - 30.09.2009

Bump.

Sorry, haven't been on lately.. So I needed to bump, plus no one has replied to my question... Someone please help?


Re: [HELP] TextDraw - legendario - 30.09.2009

idk my i have the same problem on my textdraw... i didnt know how to fix this


Re: [HELP] TextDraw - legendario - 30.09.2009

Quote:
Originally Posted by wil721vi
The text box is part of your san andeas multiplayer mods, re dowload samp and install then tell me if it worked
dude u a noob reinstalling samp it doenst have anything to do with this..u a totally noob... that has to be with a GM he need to fix the GM code...bro idk what to say... u wrote that embarassing


Re: [HELP] TextDraw - ded - 30.09.2009

I bet you're all wondering how hard it is to search for something in this forum aren't you? Seeing as though none of you ever use it.


Well let me tell you, after this post:

Quote:
Originally Posted by clavador
Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!
You should have done a search like clevador said, I did ... found what he was talking about in a matter of seconds.


Re: [HELP] TextDraw - [CK]Steel - 30.09.2009

Quote:
Originally Posted by » Pawnst★r «
I bet you're all wondering how hard it is to search for something in this forum aren't you? Seeing as though none of you ever use it.


Well let me tell you, after this post:

Quote:
Originally Posted by clavador
Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!
You should have done a search like clevador said, I did ... found what he was talking about in a matter of seconds.
Quote:
Originally Posted by [CK
Steel ]
Quote:
Originally Posted by clavador
Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!
Well that's what I used..... But I'm still getting that same problem...



Re: [HELP] TextDraw - ded - 30.09.2009

Quote:
Originally Posted by [CK
Steel ]
Quote:
Originally Posted by clavador
Quote:
Originally Posted by [CK
Steel ]
Sorry for double post, but still it isn't fixing... Any other suggestions?
Search the forums for the In-Game TextDraw editor and use it.

It will save you some time and problems.

Saludos!
Well that's what I used..... But I think that IG TextDraw editor is not the problem, idk?
That's actually what you said. Theres a whole section devoted to textdraws on the SA:MP wiki. Go and read up about them.