[Ajuda] Inputtext
#10

Quote:
Originally Posted by lyllrasta
Посмотреть сообщение
Estou tentando mas obtive resultado.

pawn Код:
if(strcmp(Global,Player[playerid][Canal],false)) return SendClientMessage(playerid,-1,"Error:use um nome valido");
estou tentando pegar oque ele escrever no dialog.

Global seria o Dialog, mas sempre que eu escrevo no dialog para ve se ta igual o arquivo gravado. sempre manda o erro.
Em vez de

pawn Код:
if(strcmp...
Use:

pawn Код:
if(!strcmp...
Ou seja.

pawn Код:
if(!strcmp(Global,Player[playerid][Canal],false)) return SendClientMessage(playerid,-1,"Error:use um nome valido");
Reply


Messages In This Thread
Inputtext - by lyllrasta - 22.09.2012, 21:53
Re: Inputtext - by Jason` - 22.09.2012, 21:54
Re: Inputtext - by lyllrasta - 22.09.2012, 22:03
Re: Inputtext - by Jason` - 22.09.2012, 22:05
Re: Inputtext - by EduardoRFS - 22.09.2012, 22:17
Re: Inputtext - by lyllrasta - 22.09.2012, 22:20
Re: Inputtext - by lyllrasta - 22.09.2012, 22:37
Re: Inputtext - by Don_Speed - 22.09.2012, 22:40
Re: Inputtext - by lyllrasta - 22.09.2012, 22:44
Re: Inputtext - by RebeloX - 23.09.2012, 00:35

Forum Jump:


Users browsing this thread: 4 Guest(s)