Games Server 4 free
#1

i'll uploaded every thing in my server folder (plugins filterscript scriptfiles gamemode etc...)
PHP код:
echo Executing Server Config...
lanmode 1
rcon_password MMWBRM
maxplayers 10
bind 82.211.30.52
port 15184
hostname Monsters
's Morocco World By RichMan![3.7]|[GameServers4Free.com]
gamemode0 DBTDMv22 1
filterscripts
plugins Whirlpool.so streamer.so sscanf.so mysql_static.so
announce 1
query 1
weburl http://gameservers4free.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language English 
but when i start the server stop in filterscript line why??
PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[12:36:11filterscripts ""  (string)
[
12:36:11
[
12:36:11Server Plugins
[12:36:11] --------------
[
12:36:11]  Loading pluginWhirlpool.so
[12:36:11]  
[
12:36:11]  ==================
[
12:36:11]  
[
12:36:11]   Whirlpool loaded
[12:36:11]  
[
12:36:11]  ==================
[
12:36:11]  
[
12:36:11]   Loaded.
[
12:36:11]  Loading pluginstreamer.so
[12:36:11
*** 
Streamer Plugin v2.7.9 by Incognito loaded ***
[
12:36:11]   Loaded.
[
12:36:11]  Loading pluginsscanf.so
[12:36:11
[
12:36:11]  ===============================
[
12:36:11]       sscanf plugin loaded.     
[
12:36:11]          Version:  2.8.1        
[12:36:11]    (c2012 Alex "******" Cole  
[12:36:11]  ===============================
[
12:36:11]   Loaded.
[
12:36:11]  Loading pluginmysql_static.so
[12:36:11]  >> plugin.mysqlR39-4 successfully loaded.
[
12:36:11]   Loaded.
[
12:36:11]  Loaded 4 plugins.
[
12:36:11
[
12:36:11Filterscripts
[12:36:11] ---------------
[
12:36:11]   Loaded 0 filterscripts
Reply
#2

There might be a problem with something you load at OnGameModeInit. Try to use "prints" between every function that loads something to see where exactly it crashes.

Example:
pawn Код:
public OnGameModeInit()
{
    LoadHouses();
    print("test 1");
    LoadMaps();
    print("test 2");
    LoadGangZones();
    print("test 3");
    return 1;
}
..etc.
Reply
#3

but in the start of gamemode init i have do a print
PHP код:
public OnGameModeInit()
{
print(
"my gamemode");
...
return 
1
Reply
#4

You're not understanding what DarkZero has said. Print something after each function and then determine where the crash happens in the log.
Reply
#5

Код:
Код:
echo Executing Server Config... 
lanmode 1 
rcon_password MMWBRM 
maxplayers 10 
bind 82.211.30.52 
port 15184 
hostname Monsters's Morocco World By RichMan![3.7]|[GameServers4Free.com] 
gamemode0 DBTDMv22 1 
filterscripts  ( Add the Name of the filterscript's here )
plugins Whirlpool.so streamer.so sscanf.so mysql_static.so 
announce 1 
query 1 
weburl http://gameservers4free.com 
onfoot_rate 40 
incar_rate 40 
weapon_rate 40 
stream_distance 300.0 
stream_rate 1000 
maxnpc 0 
logtimeformat [%H:%M:%S] 
language English
You didn't add any filterscript's to load add them, write them near to "filterscripts" name of the filterscript
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)