Help me please!
#1

How to run this gamemode i am using Cops And Robbers Gamemode (script) By Saadat

I put mysql server but its UNKNOWN
Reply
#2

you need to update mysql plugin
Reply
#3

Quote:
Originally Posted by Ronaldo1234
Посмотреть сообщение
you need to update mysql plugin
yes i did but still Unknown btw my host is frag.gs
Reply
#4

You need database connection to connect it
Reply
#5

No body provides support for leaked/ removed scripts or outdated gamemodes.
Reply
#6

Quote:
Originally Posted by Chesher
Посмотреть сообщение
yes i did but still Unknown btw my host is frag.gs
have you defined mysql database into your gamemode script?
Reply
#7

Quote:
Originally Posted by Ronaldo1234
Посмотреть сообщение
have you defined mysql database into your gamemode script?
I did
Reply
#8

I suggest you check your server_log.txt and mysql_log.txt and reply here with any problems you may find in it.

I am guessing your connection with the mysql server failed, and probably because you have not provided the right information needed to access it.
Reply
#9

Quote:
Originally Posted by azzerking
Посмотреть сообщение
I suggest you check your server_log.txt and mysql_log.txt and reply here with any problems you may find in it.

I am guessing your connection with the mysql server failed, and probably because you have not provided the right information needed to access it.
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[08:30:30] maxnpc = 0  (int)
[08:30:30] 
[08:30:30] Server Plugins
[08:30:30] --------------
[08:30:30]  Loading plugin: mysql.so
[08:30:30]   Failed (log-core.so: cannot open shared object file: No such file or directory)
[08:30:30]  Loading plugin: streamer.so
[08:30:30] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[08:30:30]   Loaded.
[08:30:30]  Loaded 1 plugins.

[08:30:30] 
[08:30:30] Filterscripts
[08:30:30] ---------------
[08:30:30]   Loading filterscript 'npcs.amx'...
[08:30:30]   Loaded 1 filterscripts.

[08:30:30] [connection] 37.187.91.38:39989 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:50200 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:58010 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:49941 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:41900 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:51999 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:37419 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:54468 requests connection cookie.
[08:30:30] Script[gamemodes/cnr.amx]: Run time error 19: "File or function is not found"
[08:30:30] [connection] 37.187.91.38:47327 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:43887 requests connection cookie.
[08:30:30] Number of vehicle models: 0
[08:30:30] [connection] 37.187.91.38:57839 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:59313 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:36864 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:43483 requests connection cookie.
[08:30:30] [connection] 37.187.91.38:36227 requests connection cookie.
[08:30:31] [connection] incoming connection: 37.187.91.38:39989 id: 0
[08:30:31] [connection] incoming connection: 37.187.91.38:50200 id: 1
[08:30:31] [connection] incoming connection: 37.187.91.38:58010 id: 2
[08:30:31] [connection] incoming connection: 37.187.91.38:49941 id: 3
[08:30:31] [connection] incoming connection: 37.187.91.38:41900 id: 4
[08:30:31] [connection] incoming connection: 37.187.91.38:51999 id: 5
[08:30:31] [connection] incoming connection: 37.187.91.38:37419 id: 6
[08:30:31] [connection] incoming connection: 37.187.91.38:54468 id: 7
[08:30:31] [connection] incoming connection: 37.187.91.38:47327 id: 8
[08:30:31] [connection] incoming connection: 37.187.91.38:43887 id: 9
[08:30:31] [connection] incoming connection: 37.187.91.38:57839 id: 10
[08:30:31] [connection] incoming connection: 37.187.91.38:59313 id: 11
[08:30:31] [connection] incoming connection: 37.187.91.38:36864 id: 12
[08:30:31] [connection] incoming connection: 37.187.91.38:43483 id: 13
[08:30:31] [connection] incoming connection: 37.187.91.38:36227 id: 14
Reply
#10

as seen here:

Код:
Failed (log-core.so: cannot open shared object file: No such file or directory)
are you including log-core.so separately? I think there is a current bug, maybe fixed now where log-core would collide with the newest mysql plugin, due to some features of log-core are being used directly in the mysql plugin.

Код:
[08:30:30] Script[gamemodes/cnr.amx]: Run time error 19: "File or function is not found"
Your calling a native and yet the plugin for that native has failed to load or is missing.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)