SA-MP Forums Archive
GarHouse v2.2 - 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)
+--- Thread: GarHouse v2.2 (/showthread.php?tid=646482)



GarHouse v2.2 - Kraeror - 17.12.2017

Hello guys, I have problem with my GarHouse v2.2 filterscript! At localhost it works perfect, but when I upload it to my linux host (Ultra-H.com (it's not add)) and the server crashes with no reason in log!
Anybody can help me pls
+1 REP to the helpers


Re: GarHouse v2.2 - Kraeror - 17.12.2017

Quote:
Originally Posted by Rektumiliam
Посмотреть сообщение
Have you added the houses folder on your Scriptfiles?
Yes, of course and the plugin streamer.so too!


Re: GarHouse v2.2 - Kraeror - 17.12.2017

Any other ideas?


Re: GarHouse v2.2 - Kraeror - 17.12.2017

Quote:
Originally Posted by Rektumiliam
Посмотреть сообщение
Well, if the server crashes it should have a log, do you have crashdetect and/or nativechecker?
EDITED:
In my server_log file:

[20:17:12] [debug] Server crashed while executing GarHouse2.2.amx
[20:17:12] [debug] AMX backtrace:
[20:17:12] [debug] #0 ffffffff in main () from GarHouse2.2.amx


Re: GarHouse v2.2 - Lucases - 17.12.2017

Post your

pawn Код:
main()
{
  ///
}



Re: GarHouse v2.2 - Kraeror - 17.12.2017

Quote:

Post your

Code:
main()
{
///
}

Now the problem is:
Quote:

[20:36:47] [debug] Server crashed while executing GarHouse2.2.amx
[20:36:47] [debug] AMX backtrace:
[20:36:47] [debug] #0 ffffffff in public OnEnterExitModShop () from GarHouse2.2.amx




Re: GarHouse v2.2 - Lucases - 17.12.2017

Post that function here


Re: GarHouse v2.2 - xMoBi - 17.12.2017

problem is in OnEnterExitModShop callback. paste that.


Re: GarHouse v2.2 - Kraeror - 18.12.2017

How can I find the problem
I don't have this callback in my filterscripts?
Is there any method to check where the problem comes from?


Re: GarHouse v2.2 - Kraeror - 18.12.2017

Guys I fixed it!! I had to downlaod the lastest sscanf version for Linux and it works perfect!
I'm sorry for wasting your time
+1 REP to all of You, who wanted to help me