PROBLEM WITH DIALOG_STYLE_INPUT
#1

Код:
if(dialogid==MENUCARROS2){

				if(response==1){
					new num;
                                        new string[5];
                                        format(string,sizeof(string),"%d",inputtext);
  					num=strval(string);
						if(num  == strval(string)){
   							GetPlayerPos(playerid,x,y,z);
							CreateVehicle(num, x+2,y+2,z, 0, 0, 0, 6000);
}
}
}
I've got the next problem, i want know їWhy dont works this code IN THE TOP? and this code does works ON THE DOWN .

Код:
if(dialogid==MENUCARROS2){

				if(response==1){
					new num;
                                                                  
  					num=strval(inputtext);
						if(num  == strval(inputtext)){
   							GetPlayerPos(playerid,x,y,z);
							CreateVehicle(num, x+2,y+2,z, 0, 0, 0, 6000);
}
}
}
Reply


Messages In This Thread
PROBLEM WITH DIALOG_STYLE_INPUT - by jullyus - 07.02.2019, 15:47
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by Kaliber - 07.02.2019, 15:51
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by jullyus - 07.02.2019, 15:55
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by Kaliber - 07.02.2019, 16:03
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by Banditul18 - 07.02.2019, 16:05
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by jullyus - 07.02.2019, 16:06
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by TheToretto - 07.02.2019, 17:24
Re: PROBLEM WITH DIALOG_STYLE_INPUT - by Kaliber - 07.02.2019, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)