can help ? - 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)
+--- Thread: can help ? (
/showthread.php?tid=548743)
can help ? -
Karolukas123 - 02.12.2014
Need help.. Plugin error
Respuesta: can help ? -
!R1Ch@rD! - 02.12.2014
You have donned their sscanf plugins? or include?
Re: can help ? -
Raweresh - 02.12.2014
Show me your plugins line in
server.cfg.
Re: can help ? -
Karolukas123 - 02.12.2014
Re: can help ? -
Maximus0 - 02.12.2014
Remove those .dll, you don't need those.
Re: can help ? -
Raweresh - 02.12.2014
Change plugins line to:
Quote:
plugins mysql.dll streamer.dll sscanf.dll nativechecker.dll
|
Re: can help ? -
JuanStone - 02.12.2014
Enter these two files in the folder of your server and try again.
Files.
And it adds 1 to the end of the name of the gamemode
Re: can help ? -
Karolukas123 - 02.12.2014
Not working..
Re: can help ? -
JuanStone - 02.12.2014
If it worked with the files! These files make load plugins, only now it adds 1 to the end of the name of your gamemode
pawn Код:
gamemode0 name_gamemode 1
Nativecheker must first be loaded that sscanf
Re: can help ? -
Raweresh - 02.12.2014
Quote:
Originally Posted by JuanStone
If it worked with the files! These files make load plugins, only now it adds 1 to the end of the name of your gamemode
pawn Код:
gamemode0 name_gamemode 1
Nativecheker must first be loaded that sscanf
|
https://sampforum.blast.hk/showthread.php?tid=249226
Quote:
IMPORTANT: In order to make it work correcly you must put it in the end of the plugins line of your server.cfg so it will be the last one, e.g. plugins sscanf streamer nativechecker.
|