Dialog
#8

Код:
if(dialogid == DIALOOG_REG_KODAKONDSUS)
    {
		if(response)
		{
			new tmp[256];
			new idx;
	    	tmp = strtok(inputtext, idx);
if(!strcmp(tmp, "Los Santos"))
{
  //Do shit
}
else if(!strcmp(tmp, "San Fierro"))
{
  //Do shit
}
else if(!strcmp(tmp, "Las Venturas"))
{
  //Do shit
}
}
else
{
// exit
}
}
or wat?
Reply


Messages In This Thread
Dialog - by Typhome - 06.08.2010, 11:00
Re: Dialog - by Typhome - 06.08.2010, 12:25
Re: Dialog - by Hiddos - 06.08.2010, 12:38
Re: Dialog - by Typhome - 06.08.2010, 14:03
Re: Dialog - by Hiddos - 06.08.2010, 14:08
Re: Dialog - by Typhome - 06.08.2010, 14:11
Re: Dialog - by Hiddos - 06.08.2010, 14:16
Re: Dialog - by Typhome - 06.08.2010, 14:19
Re: Dialog - by Hiddos - 06.08.2010, 14:21
Re: Dialog - by Typhome - 06.08.2010, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)