Vehicle System HELP
#4

i have retries this code:
if(newstate == PLAYER_STATE_DRIVER)
{
new Name[MAX_PLAYER_NAME];
GetPlayerName(playerid, Name, MAX_PLAYER_NAME);
if(DynamicCars[GetPlayerVehicleID(playerid)-1][Owner] != Name)
{
RemoveDriverFromVehicle(playerid);
}
}
Error:
C:\Users\Tony\Desktop\Atlantis City Role Play GameMode\gamemodes\crp.pwn(27525) : error 033: array must be indexed (variable "Name")
Reply


Messages In This Thread
Vehicle System HELP - by Fab10 - 20.07.2010, 14:26
Re: Vehicle System HELP - by Last_Stand_Guardian - 20.07.2010, 14:47
Re: Vehicle System HELP - by Fab10 - 20.07.2010, 15:15
Re: Vehicle System HELP - by Fab10 - 20.07.2010, 15:27
Re: Vehicle System HELP - by Last_Stand_Guardian - 20.07.2010, 15:28
Re: Vehicle System HELP - by Fab10 - 20.07.2010, 16:10
Re: Vehicle System HELP - by Fab10 - 20.07.2010, 16:11
Re: Vehicle System HELP - by DJDhan - 20.07.2010, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)