Vehicle storage bugg
#3

PHP код:
CMD:vstorage(playeridparams[])
{
    new 
vstring[1024];
    for(new 
iMAX_PLAYERVEHICLESi++)
    {
        if(
PlayerVehicleInfo[playerid][i][pvId] > INVALID_PLAYER_VEHICLE_ID)
        {
            
format(vstringsizeof(vstring), "%s\n%s"vstringVehicleName[PlayerVehicleInfo[playerid][i][pvModelId] - 400]);
        }
        if(
PlayerVehicleInfo[playerid][i][pvImpounded] != 1)
        {
            
format(vstringsizeof(vstring), "%s\n%s (impounded)"vstringVehicleName[PlayerVehicleInfo[playerid][i][pvModelId] - 400]);
        }
        else
        {
            
format(vstringsizeof(vstring), "%s\nEmpty"vstring);
        }
    }
    
ShowPlayerDialog(playeridVSTORAGEDIALOG_STYLE_LIST"OnStar Vehicle Storage"vstring"(UN)Store""Cancel");
    return 
1;

Reply


Messages In This Thread
Vehicle storage bugg - by eclipses - 11.10.2012, 08:30
Re: Vehicle storage bugg - by eclipses - 11.10.2012, 08:34
Re: Vehicle storage bugg - by zSuYaNw - 11.10.2012, 08:36
Re: Vehicle storage bugg - by eclipses - 11.10.2012, 08:37
Re: Vehicle storage bugg - by eclipses - 11.10.2012, 08:39
Re: Vehicle storage bugg - by Riddick94 - 11.10.2012, 08:42
Re: Vehicle storage bugg - by eclipses - 11.10.2012, 08:43
Re: Vehicle storage bugg - by gtakillerIV - 11.10.2012, 08:43
Re: Vehicle storage bugg - by Riddick94 - 11.10.2012, 08:45
Re: Vehicle storage bugg - by eclipses - 11.10.2012, 08:46

Forum Jump:


Users browsing this thread: 4 Guest(s)