SA-MP Forums Archive
Please Help <----- ThanksYou! - 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: Please Help <----- ThanksYou! (/showthread.php?tid=477872)



!-Solved-! !-Thanks-! - Joe_Goro - 26.11.2013

Before reading the problem solved by : https://github.com/Zeex/samp-plugin-...tect/issues/25 check this link .. thanks for all and Crash-detect team

i have script mysql R33 working on V.P.S linux debian
the script sometimes working perfectly and sometimes suddenly stops / crash
and crashdetect plugin never say any thing but in putty [ vps terminal ]
Code:
Started server on port: 7775, with maxplayers: 70 lanmode is OFF.


samp03svr: amx/amxfile.c:101: fgets_cell: Assertion `fp!=((void *)0)' failed.
Aborted
that's the code I'm seeing when the server crashes



Re: Please Help <----- ThanksYou! - Firewire - 27.11.2013

Hello Joe_Goro.

The problem you're encountering is that scriptfiles may not be writeable(not there) or the script is not being fetched.

Try checking through the permissions and see if that's the problem.
If not; ensure you have all files in the correct places with the right name, including the gamemode.

http://dracoblue.net/dev/amxamxfilec...fputscell/154/ - Will assist you further.

All the best
- Firewire.


Re: Please Help <----- ThanksYou! - Joe_Goro - 27.11.2013

ihave the files in its places
is there is cmd in linux to make all files write able??


Re: Please Help <----- ThanksYou! - Joe_Goro - 27.11.2013

Quote:
Originally Posted by Firewire
View Post
Hello Joe_Goro.

The problem you're encountering is that scriptfiles may not be writeable(not there) or the script is not being fetched.

Try checking through the permissions and see if that's the problem.
If not; ensure you have all files in the correct places with the right name, including the gamemode.

http://dracoblue.net/dev/amxamxfilec...fputscell/154/ - Will assist you further.

All the best
- Firewire.
how this link will help me ? -- please help guys


Re: Please Help <----- ThanksYou! - Joe_Goro - 27.11.2013

what is the file thats not write able how to check it
tell me !
help guys please
[BUMP]


Re: Please Help <----- ThanksYou! - Joe_Goro - 28.11.2013

the problem solved by : https://github.com/Zeex/samp-plugin-...tect/issues/25 check this link .. thanks for all and Crash-detect team