SA-MP Forums Archive
Server crashed while executing... - 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: Server crashed while executing... (/showthread.php?tid=330787)



Server crashed while executing... - captainjohn - 02.04.2012

What's going on here?

I keep getting these strange crashes.

pawn Code:
[10:28:42] [debug] #0 00000008 in public House_ExitTimer () at C:\Users\John\Desktop\Script\pawno\include\zcmd.inc:62
[10:28:44] [debug] Server crashed while executing captainhouse2.amx
[10:28:44] [debug] Backtrace (most recent call first):
[10:28:44] [debug] #0 ???????? in native Streamer_CallbackHook () from streamer.so
[10:28:44] [debug] #1 000078a4 in public OnPlayerPickUpPickup (playerid=110, pickupid=80) at C:\Users\John\Desktop\Script\pawno\include\streamer.inc:341

Apparently it's crashing when people try and enter their house.
Their houses use these ID's as Pickups http://weedarr.wikidot.com/pickups (ID 1273 is when the house is not purchased and ID 1272 is when the house is purchased).


Re: Server crashed while executing... - captainjohn - 02.04.2012

I have worked out it's my housescript that crashes the server when someone goes over the pickup.

Does anyone know what's wrong?


For example, here's a pickup of someone who has purchased a house.




Re: Server crashed while executing... - The__ - 03.04.2012

Try checking OnPlayerPickup ?