Vehicle help
#10

I know, im working on it im working on it.

Did what BM said to do, it failed aswell.

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
if(vehicleid == 500 || 501)
{
if(strcmp(name, "Thomas_Coron", true))
{
return 1;
}else RemovePlayerFromVehicle(playerid);
}
return 1;
}

Unless im getting something wrong, why dont you help BM seeing as you can give a hint.
Reply


Messages In This Thread
Vehicle help - by loT4r - 07.04.2009, 09:51
Re: Vehicle help - by Klutty - 07.04.2009, 09:55
Re: Vehicle help - by NeRoSiS - 07.04.2009, 09:59
Re: Vehicle help - by BMUK - 07.04.2009, 10:07
Re: Vehicle help - by NeRoSiS - 07.04.2009, 10:23
Re: Vehicle help - by BMUK - 07.04.2009, 10:39
Re: Vehicle help - by bernas - 07.04.2009, 10:42
Re: Vehicle help - by NeRoSiS - 07.04.2009, 10:47
Re: Vehicle help - by loT4r - 07.04.2009, 10:55
Re: Vehicle help - by NeRoSiS - 07.04.2009, 10:58

Forum Jump:


Users browsing this thread: 1 Guest(s)