Players are removed - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Players are removed (
/showthread.php?tid=275548)
Players are removed -
SDraw - 10.08.2011
If I start any gamemode there is one problem. When I have a passenger in my car and I exit from it, I get message about removed player. This removed player is passenger. I can't solve this problem. Could you help me?

P.s. sorry for not good English.
Re: Players are removed -
dowster - 10.08.2011
Do you or your passenger have any mods?
Re: Players are removed -
SDraw - 10.08.2011
Quote:
Originally Posted by dowster
Do you or your passenger have any mods?
|
He doesn't have any mods and I don't have any mods too.
Re: Players are removed -
SDraw - 10.08.2011
Errors:
Warning(playerped): Exception 0xC0000005 at 0x0 and Warning(playerped): Exception 0xC0000005 at 0x65.
Re: Players are removed -
linuxthefish - 10.08.2011
Check you aren't doing anything silly in OnPlayerExitVehicle.
Re: Players are removed -
SDraw - 10.08.2011
Quote:
Originally Posted by linuxthefish
Check you aren't doing anything silly in OnPlayerExitVehicle.
|
PHP код:
public OnPlayerExitVehicle(playerid,vehicleid)
{
return 1;
}
Nothing....