SA-MP Forums Archive
[Error] Gamemode Error - 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: [Error] Gamemode Error (/showthread.php?tid=352114)



[Error] Gamemode Error - Neo Karls - 18.06.2012

pawn Код:
[20:29:47] Script[gamemodes/SNG.amx]: Run time error 19: "File or function is not found"
[20:29:47] Number of vehicle models: 0
I am getting this error while running server.exe files. I tried recompiling the Script using the Latest Stuff (Streamer include, etc). Compiling is working perfectly


Re: [Error] Gamemode Error - .FuneraL. - 18.06.2012

[20:29:47] Script[gamemodes/SNG.amx]: Run time error 19: "File or function is not found"

File Not Founded, Change the name or verification the "Name" in server.cfg.

Post Nє 666.



Re: [Error] Gamemode Error - A7X_CEEJAY - 18.06.2012

Go on ******, search 'NativeChecker', download the plugin.
Put it into your plugins directory.

Now go to server.cfg, add 'nativechecker' to your plugins list, and run the server.

Then re-post the serverlog.


Re: [Error] Gamemode Error - Randy More - 18.06.2012

Make sure you have the latest plugins that your script use, also if you use it for a host, make sure you have the .so files and type in the configuration file the plugins listed that way:

"plugins: streamer.so ..."


Re: [Error] Gamemode Error - Neo Karls - 18.06.2012

Quote:
Originally Posted by A7X_CEEJAY
Посмотреть сообщение
Go on ******, search 'NativeChecker', download the plugin.
Put it into your plugins directory.

Now go to server.cfg, add 'nativechecker' to your plugins list, and run the server.

Then re-post the serverlog.
Error is still there

Yeah I have the latest Streamer.


Re: [Error] Gamemode Error - Randy More - 18.06.2012

You may have a missing plugin, check all of your includes if it does have a plugin or no.


Re: [Error] Gamemode Error - Mr.1337 - 18.06.2012

Is your server hosted? or portforwarded? (Show us server.cfg)


Re: [Error] Gamemode Error - Neo Karls - 18.06.2012

Not Hosted. I am not sure I downloaded the script from here
https://sampforum.blast.hk/showthread.php?tid=327584
pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password 123456
maxplayers 5
port 1115
hostname SWAT NEXT GENERATION [V2.5][0.3d]
gamemode0 SNG
filterscripts
announce 1
query 1
weburl [url]www.sng-tdm.up-your.com[/url]
plugins sscanf streamer
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: [Error] Gamemode Error - Mr.1337 - 18.06.2012

Quote:
Originally Posted by Neo Karls
Посмотреть сообщение
Not Hosted. I am not sure I downloaded the script from here
https://sampforum.blast.hk/showthread.php?tid=327584
pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password 123456
maxplayers 5
port 1115
hostname SWAT NEXT GENERATION [V2.5][0.3d]
gamemode0 SNG
filterscripts
announce 1
query 1
weburl [url]www.sng-tdm.up-your.com[/url]
plugins sscanf streamer
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
There's no plugins. Add this:

pawn Код:
plugins sscanf streamer



Re: [Error] Gamemode Error - Revo - 18.06.2012

Quote:
Originally Posted by Neo Karls
Посмотреть сообщение
Not Hosted. I am not sure I downloaded the script from here
https://sampforum.blast.hk/showthread.php?tid=327584
echo Executing Server Config...
lanmode 0
rcon_password 123456
maxplayers 5
port 1115
hostname SWAT NEXT GENERATION [V2.5][0.3d]
gamemode0 SNG
filterscripts
announce 1
query 1
weburl www.sng-tdm.up-your.com
plugins sscanf streamer
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Quote:
Originally Posted by Mr.1337
Посмотреть сообщение
There's no plugins. Add this:

pawn Код:
plugins sscanf streamer
xd?!