Another errors, please help !
#1

Script:
Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == 2)
    {
        new CarCheck = GetPlayerVehicleID(playerid);
        if(CarCheck == Cars[Grove] )
        {
            if(gTeam[playerid] != 100)
            {
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_RED, "You Don't have the keys for this car!");
                return 1;
            }
        }
        if(CarCheck == Cars[Ballas] )
        {
            if(gTeam[playerid] != 101)
            {
                RemovePlayerFromVehicle(playerid);
                SendClientMessage(playerid, COLOR_RED, "You Don't have the keys for this car!");
                return 1;
            }
        }
        return 1;
    }
    return 1;
}
Errors are on lines:
if(CarCheck == Cars[Grove] )
if(CarCheck == Cars[Ballas] )
PHP код:
 error 032: array index out of bounds (variable "Cars"
Reply


Messages In This Thread
Another errors, please help ! - by bustern - 12.09.2013, 19:54
Re: Another errors, please help ! - by Omar55555 - 12.09.2013, 22:23
Re: Another errors, please help ! - by bustern - 13.09.2013, 05:09
Re: Another errors, please help ! - by Konstantinos - 13.09.2013, 08:24
Re: Another errors, please help ! - by bustern - 13.09.2013, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)