Vehicle storage bugg
#5

Quote:
Originally Posted by [Full]Garfield[XDB]
Посмотреть сообщение
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);
        }
    }
    [
COLOR="Red"]ShowPlayerDialog(playeridVSTORAGEDIALOG_STYLE_LIST"OnStar Vehicle Storage"vstring"(UN)Store""Cancel");[/COLOR]
    return 
1;

Got the same problem with this one. Thanks tho for trying.

Код:
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : error 029: invalid expression, assumed zero
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : warning 215: expression has no effect
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : warning 215: expression has no effect
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : warning 215: expression has no effect
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : warning 215: expression has no effect
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : warning 215: expression has no effect
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : error 001: expected token: ";", but found ")"
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : error 029: invalid expression, assumed zero
C:\Users\Nick\Desktop\Nick's Ser\gamemodes\AMRP.pwn(47337) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Sorry for multi post. Sent the other one to fast.
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: 2 Guest(s)