Samp gamemode unknown
#1

Hi, so i've started making a new MYSQL Gamemode, i got the plugins and all that stuff, created everything i need to start the server.

I am using the plugin R39-6, I have changed the inc file on pawno, added the .dll file to plugins and it still won't work.

The gamemode text says 'Unknown'

Here is server_log.txt

PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[01:15:09
[
01:15:09Server Plugins
[01:15:09] --------------
[
01:15:09]  Loading pluginmysql.dll
[01:15:09]  >> plugin.mysqlR39-6 successfully loaded.
[
01:15:09]   Loaded.
[
01:15:09]  Loading pluginWhirlpool.dll
[01:15:09]  
[
01:15:09]  ==================
[
01:15:09]  
[
01:15:09]   Whirlpool loaded
[01:15:09]  
[
01:15:09]  ==================
[
01:15:09]  
[
01:15:09]   Loaded.
[
01:15:09]  Loading pluginsscanf.dll
[01:15:09
[
01:15:09]  ===============================
[
01:15:09]       sscanf plugin loaded.     
[
01:15:09]          Version:  2.8.2        
[01:15:09]    (c2012 Alex "******" Cole  
[01:15:09]  ===============================
[
01:15:09]   Loaded.
[
01:15:09]  Loaded 3 plugins.
[
01:15:09
[
01:15:09Filterscripts
[01:15:09] ---------------
[
01:15:09]   Loaded 0 filterscripts.
[
01:15:09AMX (41198752loaded
[01:15:09
[
01:15:09Number of vehicle models
And here is mysql_log.txt

PHP код:
[01:17:06 01/12/18] [DEBUGmysql_connect host"localhost"user"root"database"server"password"****"port3306autoreconnecttruepool_size2
[01:17:06 01/12/18] [DEBUGCMySQLHandle::Create creating new connection..
[
01:17:06 01/12/18] [DEBUGCMySQLHandle::CMySQLHandle constructor called
[01:17:06 01/12/18] [DEBUGCMySQLHandle::Create connection created (id1)
[
01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect connection was successful
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect auto-reconnect has been enabled
[01:17:06 01/12/18] [DEBUGmysql_errno connection1
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect establishing connection to database...
[
01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect connection was successful
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect connection was successful
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect connection was successful
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect auto-reconnect has been enabled
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect auto-reconnect has been enabled
[01:17:06 01/12/18] [DEBUGCMySQLConnection::Connect auto-reconnect has been enabled 
Does anyone have any idea?
Reply
#2

This is probably because you used plugin includes without adding the plugins itself in the server.cfg...
Reply
#3

If he was missing plugins he'd have "Function not found" errors.

OP, Why are you using older outdated plugins, if you are writing this from scratch? (MySQL)
Reply
#4

Use nativechecker to see missing plugins.

Or show us your includes.
preferably also use crash detect.
Reply
#5

Again, if it was missing plugins, it would be stating that there were functions that weren't found.
Reply
#6

I am using plugins, btw i'm using old version of MYSQL because i started making the script with the functions of R39-6 so.
Reply
#7

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
Again, if it was missing plugins, it would be stating that there were functions that weren't found.
You can include a plugin and not use any of its function -> you don't get any errors.

Anyway @OP can you show us your includes.
Reply
#8

Quote:
Originally Posted by iLearner
Посмотреть сообщение
You can include a plugin and not use any of its function -> you don't get any errors.
And with that, none of this will affect the gamemode... O_o...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)