Vehicle spawn problem
#10

pawn Код:
CMD:vstorage(playerid, params[])
{
    SendClientMessage(playerid, COLOR_YELLOW, "Command currently Disabled");
    new vstring[600];
    for(new i; i < MAX_PLAYERVEHICLES; i++)
    {
        if(PlayerVehicleInfo[playerid][i][pvId] > INVALID_PLAYER_VEHICLE_ID) format(vstring, sizeof(vstring), "%s\n%s", vstring, VehicleName[PlayerVehicleInfo[playerid][i][pvModelId] - 400]);
        else if(PlayerVehicleInfo[playerid][i][pvImpounded] == 1) format(vstring, sizeof(vstring), "%s\n%s (impounded)", vstring, VehicleName[PlayerVehicleInfo[playerid][i][pvModelId] - 400]);
        else format(vstring, sizeof(vstring), "%s\nEmpty", vstring);
    }
    ShowPlayerDialog(playerid, VSTORAGE, DIALOG_STYLE_LIST, "Vehicle Storage", vstring, "(De)Spawn","Cancel"); // line 68150
}
and here are the errors occurring now
Код:
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : error 029: invalid expression, assumed zero
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : warning 215: expression has no effect
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : warning 215: expression has no effect
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : warning 215: expression has no effect
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : warning 215: expression has no effect
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : warning 215: expression has no effect
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : error 001: expected token: ";", but found ")"
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : error 029: invalid expression, assumed zero
C:\PC\E\Express Gaming Roleplay Server - Copy\gamemodes\EGRP.pwn(68150) : fatal error 107: too many error messages on one line

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


4 Errors.
Reply


Messages In This Thread
Vehicle spawn problem - by Red_Dragon. - 02.01.2013, 11:58
Re: Vehicle spawn problem - by Infinity90 - 02.01.2013, 12:12
Re: Vehicle spawn problem - by Red_Dragon. - 02.01.2013, 12:20
Re: Vehicle spawn problem - by Red_Dragon. - 04.01.2013, 10:12
Re: Vehicle spawn problem - by Red_Dragon. - 07.01.2013, 19:34
Re: Vehicle spawn problem - by Red_Dragon. - 10.01.2013, 12:27
Re: Vehicle spawn problem - by Threshold - 10.01.2013, 12:33
Re: Vehicle spawn problem - by Red_Dragon. - 28.01.2013, 18:09
Re: Vehicle spawn problem - by Red_Dragon. - 01.02.2013, 17:53
Re: Vehicle spawn problem - by Red_Dragon. - 02.02.2013, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)