Perfect compile, unknown command
#1

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
Reply
#2

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

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

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

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...
Reply
#6

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

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
Reply
#8

Fucking shit. still compiling without errors and still unknown cmd
Reply
#9

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)