Game Mode saying "Unknown" -
JordanSmith - 16.10.2013
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[19:36:43] password = "" (string)
[19:36:43]
[19:36:43] Server Plugins
[19:36:43] --------------
[19:36:43] Loading plugin: sscanf
[19:36:43] Failed.
[19:36:43] Loading plugin: Whirlpool
[19:36:43] Failed.
[19:36:43] Loaded 0 plugins.
[19:36:43]
[19:36:43] Filterscripts
[19:36:43] ---------------
[19:36:43] Loading filterscript 'Autonos.amx'...
[19:36:43]
[19:36:43] [ -|- ] Automatic Nitro System by Adas [ -|- ]
[19:36:43]
[19:36:43] Loading filterscript 'v2.amx'...
[19:36:43]
--------------------------------------
[19:36:43] Police Flash lights V1.0
[19:36:43] By Stefantjuh97
[19:36:43] --------------------------------------
[19:36:43] Loading filterscript 'adminspec.amx'...
[19:36:43] Loading filterscript 'gl_realtime.amx'...
[19:36:43] Loading filterscript 'gl_mapicon.amx'...
[19:36:43] Loading filterscript 'skinchanger.amx'...
[19:36:43]
--Admin Player Skin Changer Loaded
[19:36:43] Loading filterscript 'ospawner.amx'...
[19:36:43]
--Admin Vehicle Spawner Loaded
[19:36:43] Loading filterscript 'vspawner.amx'...
[19:36:43]
--Admin Vehicle Spawner Loaded
[19:36:43] Loaded 8 filterscripts.
[19:36:43] Script[gamemodes/RGRP.amx]: Run time error 19: "File or function is not found"
[19:36:43] Number of vehicle models: 0
__________________
Hostname: New Street's Life Roleplay [Refunding GVIP]
IP/Port: 91.121.237.252:7847
Players: 1/25
Game Mode: NSL:RP v2.6
Map: LS / LV
Server Version: 0.3z
Lagcomp: On
Website: Coming Soon!
Re: Game Mode saying "Unknown" -
GTA Simmer - 16.10.2013
Make sure your plugins are loaded in server config file
As for the script not loading I would take a guess and make sure you have correct gm loaded in server config
It must be spelled accurately or it will not work.
I am sure some smarter ones will throw some answers out if mine don't work. I am somewhat new to all this myself but learning everyday. It does get easier as long as you read, listen and learn when the skilled members of SAMP throw out some info.
Re: Game Mode saying "Unknown" -
ViruZz - 16.10.2013
If you're using Linux, add the .so extension to the plugin names in the server.cfg
Re: Game Mode saying "Unknown" -
Konstantinos - 16.10.2013
Quote:
Originally Posted by JordanSmith
[19:36:43] Loading plugin: sscanf
[19:36:43] Failed.
[19:36:43] Loading plugin: Whirlpool
[19:36:43] Failed.
[19:36:43] Loaded 0 plugins.
|
Your plugins failed to load. That's why you get that runtime error and your gamemode does not work.
Windows or Linux?
Re: Game Mode saying "Unknown" -
Pingperfect - 16.10.2013
Usually (99%) this error is caused by out of date or missing plugins. If you use this plugin it will let you know whats missing
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Game Mode saying "Unknown" -
DanishHaq - 16.10.2013
Are you sure you've even got the files in your directory? If you haven't got the sscanf and Whirlpool plugins in your .../plugins/ folder, then you need to put them there.
If your host is Linux, then you need to download the .so plugins and put them in the plugins folder, and then on server.cfg you need to change the plugins line so it has the extension of .so on every single plugin.
Otherwise, if you're running a windows server / host, you don't need a .so / .dll extension inside of your server.cfg file.