Litle help please
#1

Hi guys, i've got this errors:

Код:

C:\Users\Administrator\Desktop\Iron City 0.3c [2.0]\gamemodes\IC-RP.pwn(3103) : error 028: invalid subscript (not an array or too many subscripts): "OwnableVehicle"
C:\Users\Administrator\Desktop\Iron City 0.3c [2.0]\gamemodes\IC-RP.pwn(3103) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\Iron City 0.3c [2.0]\gamemodes\IC-RP.pwn(3103) : error 001: expected token: ";", but found "]"
C:\Users\Administrator\Desktop\Iron City 0.3c [2.0]\gamemodes\IC-RP.pwn(3103) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\Iron City 0.3c [2.0]\gamemodes\IC-RP.pwn(3103) : fatal error 107: too many error messages on one line

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


4 Errors.
the line 3103 is:

Код:
if(OwnableVehicle[result] == PlayerInfo[playerid][pCarKey1]) { }
Full code:

Код:
               		if(OwnableVehicleID(result))
               		{
               		    if(OwnableVehicle[result] == PlayerInfo[playerid][pCarKey1]) { }
               		    else if(OwnableVehicle[result] == PlayerInfo[playerid][pCarkey2]) { }
               		    else if(OwnableVehicle[result] == PlayerInfo[playerid][pCarkey3]) { }
               		    else
               		    {
			               	SendClientMessage(playerid, COLOR_GREY, "  Bagagliaio Chiuso !");
			 				return 1;
						}
					}
Reply


Messages In This Thread
Litle help please - by TheArcher - 24.12.2010, 23:08
Respuesta: Litle help please - by admantis - 24.12.2010, 23:09
Re: Respuesta: Litle help please - by [JnA]DukeNukem - 24.12.2010, 23:10
Re: Litle help please - by TheArcher - 24.12.2010, 23:12
Re: Litle help please - by The_Gangstas - 24.12.2010, 23:16
Re: Litle help please - by TheArcher - 24.12.2010, 23:21
Re: Litle help please - by TheArcher - 24.12.2010, 23:43
Re: Litle help please - by TheArcher - 25.12.2010, 16:51
Re: Litle help please - by TheArcher - 30.12.2010, 23:13

Forum Jump:


Users browsing this thread: 1 Guest(s)