SA-MP Forums Archive
problem with ServerFFS - 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: problem with ServerFFS (/showthread.php?tid=300658)



problem with ServerFFS - remyguys - 01.12.2011

Here is the problem,

I have these lines in my GM,

PHP код:
    SendRconCommand("loadfs Hotdog");
    
SendRconCommand("loadfs Trucker");
    
SendRconCommand("loadfs Sweeper");
    
SendRconCommand("loadfs Pizza"); 
When i run the homehost, it runs perfect! No problems or errors or anything at all.

But when i put it in serverFFS, the Hotdog and the Trucker both show in the server console: load failed.
Now i have no idea how this is able to happen since it works great in the homehost..
The Sweeper and Pizza work great, also in ServerFFS.

Any idea's?

Thx in Advance


Re: problem with ServerFFS - remyguys - 01.12.2011

Anything?


Re: problem with ServerFFS - Christopher - 01.12.2011

ServerFFS uses UNIX based kernels so when you load the filterscripts its also going to be case-sensitive. Ensure that the filterscripts also have capitals.


Re: problem with ServerFFS - remyguys - 02.12.2011

All have, same.


Re: problem with ServerFFS - remyguys - 02.12.2011

Anything xd?

cause this the whole script is ruined


Re: problem with ServerFFS - imran.ali))PK(( - 02.12.2011

if you have any kind of more prob with this..cut it out from your g.m !


Re: problem with ServerFFS - remyguys - 02.12.2011

Well sorry im late, but its fixed!

The Solution was, i needed to deselect the FS, then reload the cars and overwrite the GM and Restart.

FIXED,