SA-MP Forums Archive
/rcon loadfs failing. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /rcon loadfs failing. (/showthread.php?tid=79344)



/rcon loadfs failing. - v0nz - 27.05.2009

Every filterscript I have fails when I try to start it with rcon. I have all of the .amx's inside the filterscript folder and all includes are there. I type /loadfs moneysystem (example) and it says 'moneysystem.amx load failed.' Got any idea?


Re: /rcon loadfs failing. - BP13 - 27.05.2009

if there's capitals in the name you must include them still when loading


Re: /rcon loadfs failing. - v0nz - 27.05.2009

Tried that too.. failed xD


Re: /rcon loadfs failing. - v0nz - 27.05.2009

Fixed it..


Re: /rcon loadfs failing. - MenaceX^ - 27.05.2009

I've had it aswell, but I don't remember how I fixed it.


Re: /rcon loadfs failing. - BP13 - 27.05.2009

Quote:
Originally Posted by v0nzz
Fixed it..
Yes please say how you fixed your problem


Re: /rcon loadfs failing. - Weirdosport - 27.05.2009

In the rcon window you don't use the "/" just type:

Код:
loadfs bob
This will load bob.amx

Ingame, you type:

Код:
/rcon loadfs bob
Exactly the same effect as before.