04.05.2018, 17:40
(
Последний раз редактировалось TadePoleMG; 06.05.2018 в 07:03.
)
Ok i fix it try this-
Hope this will work fine
Sorry for wrong script above
PHP код:
new dialog[1000], str[128];
format(str,128,"Vehicle\t In Stick\n");
strcat(dialog,str);
format(str,128,"%s\t 30\n",VehicleRent(id));
strcat(dialog,str);
ShowPlayerDialog(playerid,DIALOG_RENTCAR,DIALOG_STYLE_TABLIST_HEADERS,"RentCar",dialog,"Select","Cancel");
Sorry for wrong script above