SA-MP Forums Archive
Perfect compile, unknown command - 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: Perfect compile, unknown command (/showthread.php?tid=409133)



Perfect compile, unknown command - Sellize - 20.01.2013

Yeah.. compiles without errors and still unknown command?

I have this in the server.cfg
Код:
filterscripts essentials
I also tried /rcon loadfs essentials, but it said "load failed"

Script... : http://pastebin.com/TB7QdueM


Re: Perfect compile, unknown command - SilverKiller - 20.01.2013

You need the .amx file, compile it and make sure you get the .amx


Re: Perfect compile, unknown command - Sellize - 20.01.2013

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
You need the .amx file, compile it and make sure you get the .amx
Yeah the AMX is there...


Re: Perfect compile, unknown command - SilverKiller - 20.01.2013

When you open the samp_server.exe, does it says load failed for this filterscript?


Re: Perfect compile, unknown command - Stevo127 - 20.01.2013

When you type 'rcon loadfs essentials' and the filterscript is already loaded, it will tell you load failed.
A 'rcon reloadfs essentials' would do it. But probably not fix your unknown command.

Can't see a problem with the filterscript command, make sure you are typing it correctly, cause it has a ridiculous command name...


Re: Perfect compile, unknown command - Infinity90 - 20.01.2013

Try this:
Untested
http://pastebin.com/3BmZku8c
You can't use ZCMD And sa-mps default command processor together.


Re: Perfect compile, unknown command - InfiniTy. - 20.01.2013

Quote:
Originally Posted by Stevo127
Посмотреть сообщение
When you type 'rcon loadfs essentials' and the filterscript is already loaded, it will tell you load failed.
A 'rcon reloadfs essentials' would do it. But probably not fix your unknown command.

Can't see a problem with the filterscript command, make sure you are typing it correctly, cause it has a ridiculous command name...
You have
pawn Код:
#define MUTE
and
pawn Код:
#if defined mute
It's case sensitive.. so you need to
pawn Код:
#define mute
And also what infinity said could be true.. so yeah


Re: Perfect compile, unknown command - Sellize - 20.01.2013

Fucking shit. still compiling without errors and still unknown cmd


Re: Perfect compile, unknown command - azzerking - 20.01.2013

Screenshot your file in filterscripts and screenshot the command prompt where it says it loaded it.


Re: Perfect compile, unknown command - Sellize - 20.01.2013

Quote:
Originally Posted by azzerking
Посмотреть сообщение
Screenshot your file in filterscripts and screenshot the command prompt where it says it loaded it.
http://imgur.com/dlpKlVF,MJwcnz3