LLC is bugged.
#9

Quote:
Originally Posted by _Jay_
How would (inefficiently) checking if a vehicle is occupied resolve the problem?

It could be anything - check OnPlayerInteriorChange and OnPlayerEnterExitModShop.

The vehicle may not necessary be respawning. Debug OnVehicleSpawn.
I have only that:
Код:
public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
{
  if((newinteriorid == 5 || newinteriorid == 2 || newinteriorid == 12) && GetPlayerVirtualWorld(playerid) == 0) SetPlayerVirtualWorld(playerid, 1);
	if((oldinteriorid == 5 || oldinteriorid == 2 || oldinteriorid == 12) && newinteriorid == 0 && GetPlayerVirtualWorld(playerid) == 1) SetPlayerVirtualWorld(playerid, 0);
	return 1;
}
And i don't have OnPlayerEnterExitModShop in script.
Reply


Messages In This Thread
LLC is bugged. - by Mechscape - 26.05.2010, 18:20
Re: LLC is bugged. - by [HiC]TheKiller - 26.05.2010, 19:46
Re: LLC is bugged. - by Mechscape - 26.05.2010, 19:55
Re: LLC is bugged. - by Joe_ - 26.05.2010, 20:15
Re: LLC is bugged. - by Mechscape - 27.05.2010, 13:18
Re: LLC is bugged. - by Mechscape - 28.05.2010, 11:00
Re: LLC is bugged. - by Hiddos - 28.05.2010, 12:45
Re: LLC is bugged. - by Jay_ - 28.05.2010, 12:57
Re: LLC is bugged. - by Mechscape - 29.05.2010, 06:57
Re: LLC is bugged. - by Retardedwolf - 29.05.2010, 07:12

Forum Jump:


Users browsing this thread: 2 Guest(s)