Unkown gamemode? - 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: Unkown gamemode? (
/showthread.php?tid=474302)
Unkown gamemode? -
Tuntun - 07.11.2013
Everything okey in the gamemode. 0 errors/no errors. also its okey after i open server.exe but problem is when i put the includes,and etc in my filezilla to host it shows:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[14:38:39]
[14:38:39] Server Plugins
[14:38:39] --------------
[14:38:39] Loading plugin: streamer.so
[14:38:39]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[14:38:39] Loaded.
[14:38:39] Loading plugin: sscanf.so
[14:38:39]
[14:38:39] ===============================
[14:38:39] sscanf plugin loaded.
[14:38:39] Version: 2.8.1
[14:38:39] © 2012 Alex "******" Cole
[14:38:39] ===============================
[14:38:39] Loaded.
[14:38:39] Loaded 2 plugins.
[14:38:39]
[14:38:39] Filterscripts
[14:38:39] ---------------
[14:38:39] Loaded 0 filterscripts.
[14:38:39] Script[gamemodes/TVA.amx]: Run time error 19: "File or function is not found"
[14:38:39] Number of vehicle models: 0
[14:45:53] Incoming connection: 176.202.105.204:53474
Got any idea why it shows unkown gamemode/ File or Function is not found?
Re: Unkown gamemode? -
Avi Raj - 07.11.2013
I Don't think you have Loaded all the Plugins which should be loaded.
Check script and see if any other Plugin need to be loaded or not.
Re: Unkown gamemode? -
Konstantinos - 07.11.2013
Using ******, you could've solved it in a minute instead of creating a new thread and waiting for replies.
Load nativechecker and see what functions are not registered. Then you're going to know what plugin(s) is/are missing (not loaded).
Re: Unkown gamemode? -
SAMProductions - 07.11.2013
Use nativechecker.dll to find the Problem;
First of all,
NativeChecker Plugin:
[Plugin] nativechecker
Check your "Plugins" Directory, and Look for "
nativechecker.dll" or "
nativechecker.so",
If you don't have "
nativechecker.dll" or "
nativechecker.so",
Download it here,
[Plugin] nativechecker
Installation:
- Copy the Plugin File plugins.
- Open server.cfg and add the plugin's name on plugins line.
and Make sure to update all your Include and Plugins to the Latest Version;
Installation:
- Copy the Plugin File plugins.
- Open server.cfg and add the plugin's name on plugins line.
and/or
- Copy the whole include codes in Notepad, Wordpad, etc..
- Save it as "include's name.inc", and Save it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
and/or
- Download the Include File, Copy it.
- Paste it in "PAWNO > include".
- Open your Gamemode Script using PAWNO Compiler.
- Add "#include <include's name>" at the Top of your Gamemode Script.
- Compile it, Save it, and Finish.
Re: Unkown gamemode? -
Tuntun - 07.11.2013
nativechecker.dll or nativechecker.so? and should i put nativechecker.so in server.cfg
?
Re: Unkown gamemode? -
SAMProductions - 07.11.2013
Yes on the server.cfg's Plugins Line
Re: Unkown gamemode? -
Konstantinos - 07.11.2013
From what I see to your server log, it's Linux; therebefore upload nativechecker.so into plugins folder and edit the server.cfg to:
pawn Код:
plugins streamer.so sscanf.so nativechecker.so
Run the server and post the server log.
Re: Unkown gamemode? -
Tuntun - 07.11.2013
Got a new thing/line. Called "'WP_Hash'. Check here:
Код:
[15:40:03] Error: Function not registered: 'WP_Hash'
[15:40:03] Script[gamemodes/TVA.amx]: Run time error 19: "File or function is not found"
[15:40:03] Number of vehicle models: 0
Re: Unkown gamemode? -
SAMProductions - 07.11.2013
Update your Whirlpool Plugin
First of all,
Whirlpool Plugin:
[Plugin] Whirlpool
Check your "Plugins" Directory, and Look for "
Whirlpool.dll" or "
Whirlpool.so",
If you don't have "
Whirlpool.dll" or "
Whirlpool.so",
Download it here,
[Plugin] Whirlpool
Installation:
- Copy the Plugin File plugins.
- Open server.cfg and add the plugin's name on plugins line.
and Make sure to update all your Plugins to the Latest Version;
Installation:
- Copy the Plugin File plugins.
- Open server.cfg and add the plugin's name on plugins line.
Re: Unkown gamemode? -
Konstantinos - 07.11.2013
Load Whirlpool plugin. Upload Whirlpool.so into plugins folder and edit the server.cfg to:
pawn Код:
plugins streamer.so sscanf.so Whirlpool.so nativechecker.so
You're done!
EDIT: Too late, was waiting for 4 minutes..