Sscanf related problem
#1

In my pawno files I updated to the latest files from Y _Less's Sscanf but in my script when ever I use the #include <sscanf2> it compiles with no errors but when I bring up the samp_server it gives me: Script [gamemodes/test.amx]: Run time error 19: "File or function is not found".

Then when I join the test server it spawns me out of bounds and everything flares up...

Can anyone help me resolve this issue?
Reply
#2

1.is the sscanf plugin in your plugins folder?if not, download it and put it there
2.In your server.cfg is there a line saying plugins sscanf otherplugins...
Reply
#3

Yes the plugin is in the plugins folder but I dont have any line specifying plugins in my server.cfg.
Reply
#4

I've had trouble using sscanf2, I just use sscanf with ZCMD.

I suggest to try and keep to that one if possible.
Reply
#5

Quote:
Originally Posted by Dominic24
Посмотреть сообщение
Yes the plugin is in the plugins folder but I dont have any line specifying plugins in my server.cfg.
Thats the problem
in your server.cfg create a new line which goes like
plugins sscanf
Reply
#6

Quote:
Originally Posted by [HK]Ryder[AN]
Посмотреть сообщение
Thats the problem
in your server.cfg create a new line which goes like
plugins sscanf
Yep, agreed.

Make sure in server.cfg, you have a space after it, and put it as sscanf or in top of your game mode, put.

#include <sscanf2>
Reply
#7

Quote:
Originally Posted by Dominic24
Посмотреть сообщение
In my pawno files I updated to the latest files from Y _Less's Sscanf but in my script when ever I use the #include <sscanf2> it compiles with no errors but when I bring up the samp_server it gives me: Script [gamemodes/test.amx]: Run time error 19: "File or function is not found".

Then when I join the test server it spawns me out of bounds and everything flares up...

Can anyone help me resolve this issue?
is that a gamemode ? just see whether u have added

pawn Код:
main(){}
some times it happens if u dont add that in a gamemode
Reply
#8

Quote:
Originally Posted by [HK]Ryder[AN]
Посмотреть сообщение
Thats the problem
in your server.cfg create a new line which goes like
plugins sscanf
Awsome it works thanks a lot man I be reppin your help.
Reply
#9

I also have this problem too , but since I search on the forum and found this thread . Then I know that I didn't add it on the server.cfg . Thank you all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)