Unkown gamemode?
#1

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?
Reply
#2

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.
Reply
#3

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).
Reply
#4

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:
  1. Copy the Plugin File plugins.
  2. 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:
  1. Copy the Plugin File plugins.
  2. Open server.cfg and add the plugin's name on plugins line.
and/or
  1. Copy the whole include codes in Notepad, Wordpad, etc..
  2. Save it as "include's name.inc", and Save it in "PAWNO > include".
  3. Open your Gamemode Script using PAWNO Compiler.
  4. Add "#include <include's name>" at the Top of your Gamemode Script.
  5. Compile it, Save it, and Finish.
and/or
  1. Download the Include File, Copy it.
  2. Paste it in "PAWNO > include".
  3. Open your Gamemode Script using PAWNO Compiler.
  4. Add "#include <include's name>" at the Top of your Gamemode Script.
  5. Compile it, Save it, and Finish.
Reply
#5

nativechecker.dll or nativechecker.so? and should i put nativechecker.so in server.cfg?
Reply
#6

Yes on the server.cfg's Plugins Line
Reply
#7

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.
Reply
#8

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
Reply
#9

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:
  1. Copy the Plugin File plugins.
  2. 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:
  1. Copy the Plugin File plugins.
  2. Open server.cfg and add the plugin's name on plugins line.
Reply
#10

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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)