SA-MP Forums Archive
SA-MP Crash - Death = Crash - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SA-MP Crash - Death = Crash (/showthread.php?tid=66584)



SA-MP Crash - Death = Crash - godlyliar - 23.02.2009

Hey,

Everytime my vehicle explodes or I die, My server crashes. Does anyone have a solution for this?

Thanks.


Re: SA-MP Crash - Death = Crash - Mikep - 23.02.2009

You crash if you die underwater.

Post your OnPlayerDeath.


Re: SA-MP Crash - Death = Crash - godlyliar - 23.02.2009

Where can I find my OnPlayerDeath? It's not in my GM


Re: SA-MP Crash - Death = Crash - yom - 23.02.2009

Probably a common problem, refer to this post and the next one.





Re: SA-MP Crash - Death = Crash - godlyliar - 23.02.2009

So do I just add,

if (killerid < MAX_PLAYERS)
kills[killerid] ++;

to my GM?