SA-MP Forums Archive
Server crashes when entering a vehicle - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Server crashes when entering a vehicle (/showthread.php?tid=204082)



Server crashes when entering a vehicle - _rAped - 28.12.2010

Hello..

I have a strange problem, in a pretty new clean script.

Whenever you enter a vehicle the server will crash. The server_log gives me nothing and my OnPlayerEnterVehicle() and OnPlayerStateChange() is clean.

Can anyone have any idea of what may be wrong? Seems like this problem just randomly occured, I didn't actually update/recompile the gamemode.


Re: Server crashes when entering a vehicle - Kitten - 28.12.2010

is it only you or everyone, because mods can cause this


Re: Server crashes when entering a vehicle - _rAped - 28.12.2010

Let me refrase that for you: Whenever anyone enters a vehicle it causes the server to shutdown.


Re : Server crashes when entering a vehicle - mouradde48 - 28.12.2010

Can You Give Us the Used Code Please ?
---------------------------------------
Sorry For my Bad English



Re: Re : Server crashes when entering a vehicle - _rAped - 28.12.2010

Quote:
Originally Posted by mouradde48
Посмотреть сообщение
Can You Give Us the Used Code Please ?
---------------------------------------
Sorry For my Bad English
As I said, there's no used code. It only crashes.

Edit: if you must
pawn Код:
new vid = CreateVehicle(vehm, px, py, pz, po, c1, c2, 1800);
                PrivateVehicle[playerid] = vid;



Re : Server crashes when entering a vehicle - mouradde48 - 28.12.2010

OK, It Seems Good And Safe ...
What About FilterScripts ? .



Re: Re : Server crashes when entering a vehicle - _rAped - 30.12.2010

Quote:
Originally Posted by mouradde48
Посмотреть сообщение
OK, It Seems Good And Safe ...
What About FilterScripts ? .
Same shit when I disable all the filterscripts. But nvm I got this working.