Sscanf related problem -
Dominic24 - 11.11.2012
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?
Re: Sscanf related problem -
[HK]Ryder[AN] - 11.11.2012
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...
Re: Sscanf related problem -
Dominic24 - 11.11.2012
Yes the plugin is in the plugins folder but I dont have any line specifying plugins in my server.cfg.
Re: Sscanf related problem -
UnknownGamer - 11.11.2012
I've had trouble using sscanf2, I just use sscanf with ZCMD.
I suggest to try and keep to that one if possible.
Re: Sscanf related problem -
[HK]Ryder[AN] - 11.11.2012
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
Re: Sscanf related problem -
UnknownGamer - 11.11.2012
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>
Re: Sscanf related problem -
-=Dar[K]Lord=- - 11.11.2012
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
some times it happens if u dont add that in a gamemode
Re: Sscanf related problem -
Dominic24 - 11.11.2012
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.
Re: Sscanf related problem -
Zex Tan - 23.11.2012
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