[HELP]Grouping cars for job
#4

Works for that but when i use this

Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
  LoadData(playerid);
  if(GetVehicleModel(vehicleid) == Taxis[10])
  {
    if(pinfo[playerid][trabajo] != 1)
    {
			RemovePlayerFromVehicle(playerid);
			SendClientMessage(playerid, COLOR_RED, "TU NO ERES TAXISTA!");
    }
  }
	return 1;
}
I have to use Taxis[10] or Taxis[9] or Taxis[8]... i need to group all for there only use the group.. not car by car!
Reply


Messages In This Thread
[HELP]Grouping cars for job - by Zafire2008 - 26.01.2010, 01:59
Re: [HELP]Grouping cars for job - by Norn - 26.01.2010, 02:05
Re: [HELP]Grouping cars for job - by Zafire2008 - 26.01.2010, 02:23
Re: [HELP]Grouping cars for job - by Zafire2008 - 26.01.2010, 02:26
Re: [HELP]Grouping cars for job - by mansonh - 26.01.2010, 03:32

Forum Jump:


Users browsing this thread: 1 Guest(s)