Dialog problem
#5

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Put that under response

pawn Code:
if(!strcmp(inputtext, "sd", false)) // it means that if I type sd something will happen
Ermm,like that?
pawn Code:
if(dialogid == NAME_COLOR3 && response)
        {
          if(!strcmp(inputtext, "sd", false))
          {
                tmp = strtok( inputtext, idx );
        strval( strtok( inputtext, idx ) );
                SetPlayerColor(playerid,strval(tmp));
            }
        }
Because that one didn't work xD
Reply


Messages In This Thread
Dialog problem - by [XST]O_x - 04.06.2010, 14:34
Re: Dialog problem - by ViruZZzZ_ChiLLL - 04.06.2010, 18:37
Re: Dialog problem - by [XST]O_x - 05.06.2010, 13:10
Re: Dialog problem - by ViruZZzZ_ChiLLL - 05.06.2010, 14:57
Re: Dialog problem - by [XST]O_x - 05.06.2010, 15:30
Re: Dialog problem - by LTomi - 05.06.2010, 15:39
Re: Dialog problem - by [XST]O_x - 05.06.2010, 15:53
Re: Dialog problem - by -Rebel Son- - 05.06.2010, 16:17
Re: Dialog problem - by [XST]O_x - 05.06.2010, 16:24
Re: Dialog problem - by [XST]O_x - 06.06.2010, 12:46
Re: Dialog problem - by Nero_3D - 06.06.2010, 13:14
Re: Dialog problem - by [XST]O_x - 06.06.2010, 14:43

Forum Jump:


Users browsing this thread: 1 Guest(s)