[Need Help] sscanf Plug-in Won't Load
#1

I am learning to use sscanf, I am pretty new to scripting. I wanted to test my first command with dcmd and sscanf. I complied it, and no errors or warnings were mentioned. However, when /I started 'samp server' it worked and all but it didn't load sscanf, it attempted to but said it failed. Also, it says this

Код:
Script[gamemodes/dcmdtest.amx]: Run time error 19: "File or function id not found."
The server loads up and all but the command does not work.

Any posts with help with this issue would be appreciated.
Reply
#2

sscanf dont need to be added as a filterscript to work
You need to have the plug-in which you should have and put it into you Plugins folder
And then open your server.cfg and add a line plugins sscanf
that shood load it
Reply
#3

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
sscanf dont need to be added as a filterscript to work
You need to gave the plug in whick you shood have and put it into you Plugins folder
And then open your server.cfg and add a line plugins sscanf
that shood load it
I did that, I didn't do anything with filterscripts. I added "plugins sscanf" into my server.cfg and it fails to load.
Reply
#4

is this ERROR
Код:
Script[gamemodes/dcmdtest.amx]: Run time error 19: "File or function id not found."
Shown in the Console or Pawn ?
Reply
#5

Quote:
Originally Posted by park4bmx
Посмотреть сообщение
is this ERROR
Код:
Script[gamemodes/dcmdtest.amx]: Run time error 19: "File or function id not found."
Shown in the Console or Pawn ?
It was shown in the console. I got it to work now. Thanks for the help though. I'm not sure what was wrong.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)