ZCMD in OnDialogResponse
#1

Код:
	if(dialogid == DIALOG_VEHICLES)
	    {
	        if(response)
	               {
				switch(listitem)
				{
				case 0: return cmd_elegy(playerid,"");
				case 1: return cmd_nrg(playerid,"");
				case 2: return cmd_inf(playerid,"");
				}
			}
		return 1;
	}
is this possible to do? i keep getting
Код:
(400) : error 035: argument type mismatch (argument 2)
(401) : error 035: argument type mismatch (argument 2)
(402) : error 035: argument type mismatch (argument 2)
ive ******d around and cant find the answer im looking for.
Reply


Messages In This Thread
ZCMD in OnDialogResponse - by jaydon - 13.12.2016, 12:04
Re: ZCMD in OnDialogResponse - by Konstantinos - 13.12.2016, 12:22
Re: ZCMD in OnDialogResponse - by jaydon - 13.12.2016, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)