SA-MP Forums Archive
[Need Help] sscanf Plug-in Won't Load - 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: [Need Help] sscanf Plug-in Won't Load (/showthread.php?tid=254576)



[Solved] sscanf Plug-in Won't Load - gjsnoop - 11.05.2011

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.


Re: [Need Help] sscanf Plug-in Won't Load - park4bmx - 11.05.2011

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


Re: [Need Help] sscanf Plug-in Won't Load - gjsnoop - 11.05.2011

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.


Re: [Need Help] sscanf Plug-in Won't Load - park4bmx - 11.05.2011

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


Re: [Need Help] sscanf Plug-in Won't Load - gjsnoop - 11.05.2011

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.