SA-MP Forums Archive
[HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - 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 NOT SOLVED] Problem with Textdraw in command, Go in please and help.. (/showthread.php?tid=91356)



[HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - RyDeR` - 14.08.2009

Hello, iv'e a little problem with my textdraw I maded in my command. when I type /help it will show a textdraw with help (commands,help,tele.. you know every server have something like this) I maded this with textdraw, I do TextDrawSetstring but when I type /help and the other user in the server type /teleport (ex.) My textdraw will change to how to stop this problem?? please anybody, I need quick an answer my server will be open in some hours.


Re: Problem with Textdraw in command, Go in please and help.. - GTA_Rules - 14.08.2009

Could you show me the code of /help?


Re: Problem with Textdraw in command, Go in please and help.. - RyDeR` - 14.08.2009

k


Re: [HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - RyDeR` - 14.08.2009

Sory double post: ..

The problem is one more time .. When I type /help and the other type /teleport the Textdraw will change to for him like /teleport


Re: [HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - Joe Staff - 14.08.2009

If the 'i' variable are numbers 0 to 199, then you're making the player view 200 textdraws at once.

pawn Код:
TextDrawShowForPlayer(playerid,Text:Yazim[i]);
            TextDrawShowForPlayer(playerid,Text:Komut[i]);
            TextDrawShowForPlayer(playerid,Text:Komut1[i]);
            TextDrawShowForPlayer(playerid,Text:Komut2[i]);



Re: [HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - RyDeR` - 14.08.2009

Quote:
Originally Posted by Joe Staff
If the 'i' variable are numbers 0 to 199, then you're making the player view 200 textdraws at once.

pawn Код:
TextDrawShowForPlayer(playerid,Text:Yazim[i]);
            TextDrawShowForPlayer(playerid,Text:Komut[i]);
            TextDrawShowForPlayer(playerid,Text:Komut1[i]);
            TextDrawShowForPlayer(playerid,Text:Komut2[i]);
Hmm so I must do playerid?


Re: [HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help.. - RyDeR` - 14.08.2009

Quote:
Originally Posted by [WsR
RyDeR ]
Quote:
Originally Posted by Joe Staff
If the 'i' variable are numbers 0 to 199, then you're making the player view 200 textdraws at once.

pawn Код:
TextDrawShowForPlayer(playerid,Text:Yazim[i]);
            TextDrawShowForPlayer(playerid,Text:Komut[i]);
            TextDrawShowForPlayer(playerid,Text:Komut1[i]);
            TextDrawShowForPlayer(playerid,Text:Komut2[i]);
Hmm so I must do playerid?
Sory for spam but I need an answer please.. How? Must i do playerid?