27.04.2012, 17:30
Maybe you should try this. And i dont understand what this code is for eather.
Код:
public OnDialogResponse(playerid,dialogid,response,listitem,inputtext[])
{
new
Float:Pos[4]={-1969.3022, 309.2212, 34.9013},
ivModel,
ivPrice,
ivColors[2];
if(dialogid == DIALOG_CARBUY&& Total_Player_Vehicles[playerid]<= MAX_OWNABLE_VEH&& Total_Veh_Created < MAX_BUYABLE_VEH)
{
if(!response) return ShowPlayerDialog(playerid, -1, DIALOG_STYLE_LIST, "", "", "", "");
else
{
if (listitem == 0)
{
ivModel = VEH1;
}
else if(listitem == 1)
{
ivModel = VEH2;
}
else if(listitem == 2)
{
ivModel = VEH3;
}
else if(listitem == 3)
{
ivModel = VEH4;
}
}
}
}

