Need help with cars
#2

I dont quite get what you mean. I did only example, dont know if it helps..

Код:
public OnPlayerEnterVehicle(playerid, vehicleid) {

	for(new i=0; i<MAX_PLAYERS; i++) {
	  if(Player[i][pTeam] != Grove) {
         RemovePlayerFromVehicle(i)
    }
  }
  return 1;
}
Reply


Messages In This Thread
Need help with cars - by ghost_in_dark - 30.12.2008, 11:23
Re: Need help with cars - by Khelif - 30.12.2008, 12:11
Re: Need help with cars - by Nero_3D - 30.12.2008, 12:14
Re: Need help with cars - by Khelif - 30.12.2008, 12:17
Re: Need help with cars - by Nero_3D - 30.12.2008, 12:19
Re: Need help with cars - by SantarioLeone - 30.12.2008, 19:10
Re: Need help with cars - by ghost_in_dark - 01.01.2009, 08:32
Re: Need help with cars - by introzen - 01.01.2009, 12:25
Re: Need help with cars - by ghost_in_dark - 01.01.2009, 13:40
Re: Need help with cars - by Peter_Corneile - 11.04.2009, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)