Armazenar esses dados em Variбvel em Global
#3

Quote:
Originally Posted by arakuta
Посмотреть сообщение
pawn Код:
new GlobalCode[30];
Cria isso fora de callbacks e o mais alto possнvel.

Entгo formate essas variбvel.
Nгo tinha pensado em usar format! Deu certo, muito obrigado!

Mas agora estou com outro problema ¬¬
Na public em OnDialogResponse, nгo consigo fazer o script verificar se o Jogador digitou o cуdigo corretamente, veja:

pawn Код:
if(dialogid == 2)
    {
    if(response)
    printf("%s", GlobalCode); //Debug: Cуdigo gerado
    printf("%s", (strval(inputtext)); //Debug: O que o jogador digitou

    if(strval(inputtext), GlobalCode, true, strlen((inputtext))) //Verificaзгo
    {
    return SendClientMessage(playerid, -1, "Cуdigo correto");
    }
    else
    {
    return SendClientMessage(playerid, -1, "Cуdigo incorreto");
    }
    }
Digitando o cуdigo certo ou nгo, й retornado a mensagem: "Cуdigo correto"...

Me ajudem?
Reply


Messages In This Thread
Armazenar esses dados em Variбvel em Global - by Dsv - 15.04.2013, 18:46
Re: Armazenar esses dados em Variбvel em Global - by arakuta - 15.04.2013, 19:17
Re: Armazenar esses dados em Variбvel em Global - by Dsv - 15.04.2013, 21:38

Forum Jump:


Users browsing this thread: 1 Guest(s)