Jump to content
  • 0

Mode unknown


CoSmInUuTzZ

Question

Salut am si eu un gm si cand il pornesc imi da mode unknown si in server log apare :

[pawn]----------

Loaded log file: "server_log.txt".

----------

SA-MP Dedicated Server

----------------------

v0.3x, ©2005-2013 SA-MP Team

[19:00:49] filterscripts = ""  (string)

[19:00:49] password = ""  (string)

[19:00:49]

[19:00:49] Server Plugins

[19:00:49] --------------

[19:00:49]  Loading plugin: mysql.so

[19:00:49]

  > MySQL plugin R6 successfully loaded.

[19:00:49]  Loaded.

[19:00:49]  Loading plugin: sscanf.so

[19:00:49]

[19:00:49]  ===============================

[19:00:49]      sscanf plugin loaded.   

[19:00:49]    © 2009 Alex "Y_Less" Cole

[19:00:49]    0.3d-R2 500 Players "dnee"

[19:00:49]  ===============================

[19:00:49]  Loaded.

[19:00:49]  Loaded 2 plugins.

[19:00:49]

[19:00:49] Ban list

[19:00:49] --------

[19:00:49]  Loaded: samp.ban

[19:00:49]

[19:00:49]

[19:00:49] Filterscripts

[19:00:49] ---------------

[19:00:49]  Loaded 0 filterscripts.

[19:00:49] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"

[19:00:49] Number of vehicle models: 0

[/pawn]

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

Cand adaug streamer spune : [pawn][20:09:02] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)

[20:09:02] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)

[20:09:02] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)

[20:09:02] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)

[20:09:02] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)

[20:09:02] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)

[20:09:02] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"

[20:09:02] Number of vehicle models: 0

[/pawn]

Link to comment
Share on other sites

Arata-mi server.cfg si primele 50 linii din gamemode.

Server cfg : [pawn]echo Executing Server Config...

lanmode 0

rcon_password asd

maxplayers 50

port 7777

hostname Star-Gaming - Welcome in our world !

gamemode0 gm 1

filterscripts dummytest

plugins mysql.so sscanf.so streamer.so audio.so

announce 0

query 1

weburl www.star-gaming.tk

maxnpc 1

onfoot_rate 40

incar_rate 40

weapon_rate 40

stream_distance 300

stream_rate 1000

bind 80.96.216.220

[/pawn]

Primele 50 linii din gamemod :

[pawn]/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

•                                                                                •

•              The gamemode created by: CoSmInUuTzZ                    •

•                            Copyright:  2012-2013   •

•                    Gamemode Created 29 Noiembrie 2011                  •

•                                                      •

•                                                  •

•                                                                                •

••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

//•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•-•--•-•-•-•-•-•-•-•-•-•

#include <a_samp>

#include <core>

#include <float>

#include <time>

#include <file>

#include <utils>

#include <streamer>

#include <SII>

#include <a_mysql>

#include <saveacc>

#include <youtube>

#include <2DArray> // Emmet

//#include <YSI\y_ini>

//#include <zcmd> // no fuk u

//#include <ecmd>//Emmet

#pragma dynamic 262144

#pragma tabsize 0

#define SCRIPT_VERSION "1.1"//Current revision. Change upon revision.

new PlayerSFC[MAX_PLAYERS];

new PlayerSFC_Loaded[MAX_PLAYERS];

// Death System

new PlayerDead[MAX_PLAYERS];

new Float:PlayerDeadPos[MAX_PLAYERS][3];

new PlayerDeadInt[MAX_PLAYERS];

new PlayerDeadWorld[MAX_PLAYERS];

new Text:Nume[MAX_PLAYERS];

new LoadedPatient[MAX_PLAYERS];

#define ELEVATOR_SPEED      (5.0)  // Movement speed of the elevator.

#define DOORS_SPEED        (5.0)  // Movement speed of the doors.

#define ELEVATOR_WAIT_TIME  (5000)  // Time in ms that the elevator will wait in each floor before continuing with the queue.

// Be sure to give enough time for doors to open.[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.