SA-MP Forums Archive
Linux issues. - 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: Linux issues. (/showthread.php?tid=200945)



Linux issues. - Moss - 19.12.2010

So here it is,
I'm trying to load my server on a Linux OS, I've scripted it all on Windows, when I get all my files and send them to Linux, I convert the plugins ect, everything seems to work fine, but all of the commands don't work. Anyway I was wondering if anyone could help me with this issue.


Re: Linux issues. - Ironboy500[TW] - 19.12.2010

Are you sure all plugins & filterscripts loaded fine? Take a look at server_log.txt.


Re: Linux issues. - Moss - 19.12.2010

Код:
[22:23:45] Script[gamemodes/sam.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
Hmmmm??


Re: Linux issues. - Ironboy500[TW] - 19.12.2010

Normally, commands aren't working because your filterscript didn't loaded.


Re: Linux issues. - __ - 19.12.2010

Have you added:

pawn Код:
main() { }
to the top of your gamemode?


Re : Linux issues. - Moss - 19.12.2010

Commands still don't load...
Oh and all of my commands are on my gamemode...
EDIT:
All of my commands are on my gamemode..
I had an extra one, on a fs, was causing the problem, sooo...

Resolved



Re: Linux issues. - Darklom - 19.12.2010

an extra what? This may be the cause to mine :O