SA-MP Forums Archive
[Help] "sscanf2" - 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: [Help] "sscanf2" (/showthread.php?tid=254441)



[Help] "sscanf2" - Damian_Clerks - 10.05.2011

Alright so im trying to make a admin filter script, i have ******d it, i placed all the folders in the right direction, ive tried right clicking and "open", ive searched the forums here, and i found nothing that can help me. I get this error :

Код:
C:\Documents and Settings\Notandi\Desktop\GTA\Muraville server\samp03csvr_R2-2_win32\filterscripts\admin.pwn(6) : fatal error 100: cannot read from file: "sscanf2"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
here is the filterscript -> http://pastebin.com/CCUkQQnT

Can someone please assist me, like i said i placed all the files in the correct direction, ******d all over the place and found nothing.

I got the sscanf2 from here -> http://forum.sa-mp.com/showthread.ph...ghlight=sscanf


Re: [Help] "sscanf2" - Laronic - 10.05.2011

Did you add "sscanf2.inc" in your "Pawno/includes"?

Код:
This forum requires that you wait 120 seconds between posts. Please try again in 59 seconds.



Re: [Help] "sscanf2" - Damian_Clerks - 10.05.2011

Quote:
Originally Posted by CyberGhost
Посмотреть сообщение
Did you add "sscanf2.inc" in your "Pawno/includes"?
Yeah i did, like i said i got the sscanf from here -> http://forum.sa-mp.com/showthread.ph...ghlight=sscanf and extracted everything on the correct places.


Re: [Help] "sscanf2" - Vince - 10.05.2011

https://sampforum.blast.hk/showthread.php?tid=183776


Re: [Help] "sscanf2" - lowrida018 - 10.05.2011

Did you add #include <sscanf2> at the top of the Game Mode?


Re: [Help] "sscanf2" - Damian_Clerks - 10.05.2011

Quote:
Originally Posted by Vince
Посмотреть сообщение
Still get this,


Notandi\Desktop\GTA\Muraville server\samp03csvr_R2-2_win32\filterscripts\admin.pwn(6) : fatal error 100: cannot read from file: "sscanf2"


Quote:
Originally Posted by lowrida018
Посмотреть сообщение
Did you add #include <sscanf2> at the top of the Game Mode?
This is the top of the script

#include <a_samp>
#include <dini>
#include <dutils>

#include <sscanf2>


Re: [Help] "sscanf2" - SaW_[VrTx] - 10.05.2011

Delete your pawno.exe and open any .pwn file.. If it opens, then default include/pawno folder is somewhere else.


Re: [Help] "sscanf2" - Damian_Clerks - 10.05.2011

Код:
echo Executing Server Config...
lanmode 0
rcon_password ....
maxplayers 32
port 7777
password ...
hostname ...
gamemode0 .....
filterscripts base gl_actions gl_property gl_realtime gl_mapicon ls_elevator
announce 1
query 1
weburl www.ls-rp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins sscanf2



Re: [Help] "sscanf2" - Damian_Clerks - 10.05.2011

Quote:
Originally Posted by SaW_[VrTx]
Посмотреть сообщение
Delete your pawno.exe and open any .pwn file.. If it opens, then default include/pawno folder is somewhere else.
That might be the problem i went into "pawno" and deleted the pawno.exe, opend it and it did.


Re: [Help] "sscanf2" - Damian_Clerks - 10.05.2011

bump, i still need help with this.