Pawno crash on compiling
#6

1. Why you using HouseInfo in loop for vehicle upgrade?
2. Try this:
PHP код:
if(dialogid == 688// Upgrade Vehicle
    
{
        if(
response)
        {
            for(new 
0sizeof(HouseInfo); h++)
            {
                new 
model strval(inputtext);
                if(
model 400) return ShowPlayerDialog(playerid687DIALOG_STYLE_INPUT"Vehicle""Please enter a vehicle ID from 400 to 611.""Create""Cancel");
                if(
model 611) return ShowPlayerDialog(playerid687DIALOG_STYLE_INPUT"Vehicle""Please enter a vehicle ID from 400 to 611.""Create""Cancel");
                if(
model == 425 || model == 432 || model == 476 || model == 447 || model == 537 || model == 538 || model == 569 || model == 570 ||
                   
model == 584 || model == 590 || model == 591 || model == 606 || model == 607 || model == 608 || model == 610 || model == 611 ||
                   
model == 441 || model == 464 || model == 465 || model == 501 || model == 564 || model == 594 || model == 435 || model == 449 || model == 450)
                {
                    
SendClientMessage(playerid0xE21F1FFF"Those vehicles are restricted!");
                    
ShowPlayerDialog(playerid687DIALOG_STYLE_INPUT"Vehicle""Please enter a vehicle ID from 400 to 611.""Create""Cancel");
                    return 
1;
                }
                
HouseInfo[h][CarModel] = model;
                
IsUpgradingVehicle[playerid] = true;
                
ShowPlayerDialog(playerid255DIALOG_STYLE_MSGBOX"Vehicle Setup""Go to the position you want your vehicle to spawn, then type /confirm.""Select""Cancel");
                return 
1;
            }
        }
        else
        {
            
ShowPlayerDialog(playerid668DIALOG_STYLE_LIST"House Setup""Entrance\nName\nDescription\nInterior\nVehicle\nVehicle2\nRent\nPurchase""Select""Cancel");
            return 
1;
        }
    }
    return 
1;

Reply


Messages In This Thread
Pawno crash on compiling - by DaRoderick - 30.11.2012, 18:16
Re: Pawno crash on compiling - by NewerthRoleplay - 30.11.2012, 18:39
Re: Pawno crash on compiling - by DaRoderick - 30.11.2012, 19:36
Re: Pawno crash on compiling - by GiamPy. - 30.11.2012, 19:57
Re: Pawno crash on compiling - by DaRoderick - 30.11.2012, 21:24
Re: Pawno crash on compiling - by B-Matt - 01.12.2012, 06:31

Forum Jump:


Users browsing this thread: 1 Guest(s)