Faction vehicles
#9

Код:
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(732) : error 032: array index out of bounds (variable "GSF")
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(1342) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(1372) : warning 217: loose indentation
C:\Users\toni\Desktop\Gang War Los Santos 0.3e\gamemodes\mod.pwn(1510) : warning 219: local variable "PlayerName" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
line 732:
Код:
        if(CarCheck == GSF[0] || CarCheck == GSF[1] || CarCheck == GSF[2] || CarCheck == GSF[3] || CarCheck == GSF[4] || CarCheck == GSF[5] || CarCheck == GSF[6]  || CarCheck == GSF[7]  || CarCheck == GSF[8]  || CarCheck == GSF[9]  || CarCheck == GSF[10]  || CarCheck == GSF[12] || CarCheck == GSF[13] || CarCheck == GSF[14]  || CarCheck == GSF[15]    )
i resolve this error, but its bugged....im not in faction and wont to remove me from vehicle...

command:
Код:
	if(newstate == 1)
    {
        new CarCheck = GetPlayerVehicleID(playerid);
   		if(CarCheck == GSF[0] || CarCheck == GSF[1] || CarCheck == GSF[2] || CarCheck == GSF[3] || CarCheck == GSF[4] || CarCheck == GSF[5] || CarCheck == GSF[6]  || CarCheck == GSF[7]  || CarCheck == GSF[8]  || CarCheck == GSF[9]  || CarCheck == GSF[10] || CarCheck == GSF[11]  || CarCheck == GSF[12] || CarCheck == GSF[13] || CarCheck == GSF[14]  )
        {
            if(PlayerInfo[playerid][Clan] != 1)
            {
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_RED, "You Don't have the keys for this car.");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
Faction vehicles - by FL3GM4 - 18.12.2012, 00:37
Re: Faction vehicles - by Faisal_khan - 18.12.2012, 03:34
Re: Faction vehicles - by Racer99 - 18.12.2012, 03:34
Re: Faction vehicles - by Faisal_khan - 18.12.2012, 05:02
Re: Faction vehicles - by Jay_Dixon - 18.12.2012, 05:51
Re: Faction vehicles - by FL3GM4 - 18.12.2012, 10:03
Re: Faction vehicles - by Faisal_khan - 18.12.2012, 14:00
Re: Faction vehicles - by Mike_Peterson - 18.12.2012, 15:39
Re: Faction vehicles - by FL3GM4 - 18.12.2012, 17:36

Forum Jump:


Users browsing this thread: 1 Guest(s)