[HELP NOT SOLVED] Problem with Textdraw in command, Go in please and help..
#1

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.
Reply
#2

Could you show me the code of /help?
Reply
#3

k
Reply
#4

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
Reply
#5

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]);
Reply
#6

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?
Reply
#7

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)