[Ajuda] Problemas com textdraw selecionбvel
#4

Quote:
Originally Posted by Kuddy
Посмотреть сообщение
if(clickedid == Login[playerid])
if(clickedid == Registro[playerid])

clickedid = textdraw e nгo a uma variбvel convencional. Aн estб o erro, mude Login[playerid] para o id da textdraw.
Nгo entendi, como assim o id da textdraw?

Quote:
Originally Posted by Supera
Посмотреть сообщение
Provavelmente vocк criou a variavel assim:
pawn Код:
new Login[MAX_PLAYERS];
new Registro[MAX_PLAYERS];
O certo seria assim
pawn Код:
new Text:Login[MAX_PLAYERS];
new Text:Registro[MAX_PLAYERS];
pawn Код:
new PlayerText:Login[MAX_PLAYERS];
new PlayerText:Registro[MAX_PLAYERS];
Estгo definidas assim!
Reply


Messages In This Thread
Problemas com textdraw selecionбvel - by iHarzard - 18.04.2013, 16:45
Re: Problemas com textdraw selecionбvel - by Kuddy - 18.04.2013, 16:54
Re: Problemas com textdraw selecionбvel - by Supera - 18.04.2013, 16:57
Re: Problemas com textdraw selecionбvel - by iHarzard - 18.04.2013, 17:00

Forum Jump:


Users browsing this thread: 2 Guest(s)