My Dialog not showing whats the problem?
#2

PHP код:
            new string[128];
           
format(string,sizeof(string),"sell your vehicle $%d!\n\n?"GetVehiclePrice(GetPlayerVehicleID(playerid));
           
ShowPlayerDialog(playeridDIALOG_VEHICLE_SELLDIALOG_STYLE_MSGBOX"Selling"string"Sell""Cancel");
stock GetVehiclePrice(vehicleid)
{
       new 
model GetVehicleModel(vehicleid);
       if(
model == 400) return 30000;
       else if(
model == 401) return 20000;
       else if(
model == 402) return 15000;
       else return 
0;

Reply


Messages In This Thread
My Dialog not showing whats the problem? - by SalmaN97 - 10.11.2015, 18:52
Re: My Dialog not showing whats the problem? - by iShawn - 10.11.2015, 20:30

Forum Jump:


Users browsing this thread: 1 Guest(s)