SA-MP Forums Archive
Help Needed! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Needed! (/showthread.php?tid=501275)



Help Needed! - Smcrew12 - 17.03.2014

I got this problem After I open samp_server.exe

Please Help ME......

Plugins I used:
sscanf.dll
Streamer.dll
mysql.dll




Re: Help Needed! - GalaxyHostFree - 17.03.2014

Make sure you have the includes of sscanf.inc streamer.inc a_mysql.inc and recompile again your GM.

EDIT: If there are errors/warnings you see after you compile your GM, then let us know.


Re: Help Needed! - Arjanz - 17.03.2014

The gamemode isnt compiled correctly or is compiled with old includes.
Also refer to wat galaxy has said above


Re: Help Needed! - Smcrew12 - 17.03.2014

I Have Those [INC] But Still not work

Can I have the link of new version of the includes please


Re: Help Needed! - Astralis - 17.03.2014

More plugins might be missing, check your script #include, like irc, etc.


Re: Help Needed! - Smcrew12 - 17.03.2014

Here Are the #includes Used in my Pawno

#include <a_samp>
#include <sscanf2>
#include <streamer>
#include <boxmsg>
#include <zcmd>
#include <Dini>
#include <Dutils>
#include <FloodControl>
#include <fuckCleo>
#include <lethaldudb2>
#include <SII>
#include <foreach>


Re: Help Needed! - iFarbod - 18.03.2014

plugins must be loaded succesfully
Streamer, Whirlpool, SSCANF uses NATIVE functions.
Native functions are functions programmed in SA:MP or must be in plugins!

You need to require them!

go in server.cfg

You will got something like this :
Код:
echo Executing Server Config...
lanmode 0
rcon_password changeme
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 grandlarc 1
filterscripts gl_actions gl_realtime gl_property gl_mapicon ls_mall ls_elevator attachments skinchanger vspawner
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Plugins MUST be copied, installed & loaded!
like this :

Код:
echo Executing Server Config...
lanmode 0
rcon_password test
maxplayers 100
port 6666
hostname Los Santos Gang Bangers (0.3z)
gamemode0 lsgb 1
filterscripts mapicons tde zn
announce 0
plugins streamer.dll Whirlpool sscanf
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
add :
Код:
plugins streamer.dll Whirlpool sscanf
Right next to the FSes.

+Reputation if i helped you!



Re: Help Needed! - iFarbod - 18.03.2014

Post your server.cfg


Re: Help Needed! - Arjanz - 18.03.2014

get the latest includes, and latest plugins, and then compile.
Also make sure server.cfg is corrctly configured.

Other than this i dont think there is any other problem


Re: Help Needed! - GeorgePog - 18.03.2014

Make sure you either put the .dll or .so extension on the end of your plugins in your server.cfg
for example:

Streamer.dll OR Streamer.so (depending on if you are operating on windows or linux)
-----------------------------------------------------------------------------------------------------------
+Rep if i helped!