[Ajuda] Servidor nгo liga - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Servidor nгo liga (
/showthread.php?tid=567507)
Servidor nгo liga -
BaianoIn - 14.03.2015
Eu compilei a GM normalmente mas quando ligo "samp-server" ele fecha rapidamente
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[11:29:24] filterscripts = "" (string)
[11:29:24]
[11:29:24] Server Plugins
[11:29:24] --------------
[11:29:24] Loaded 0 plugins.
[11:29:24]
[11:29:24] Filterscripts
[11:29:24] ---------------
[11:29:24] Loaded 0 filterscripts.
Re: Servidor nгo liga -
Learning - 14.03.2015
Verifique na pasta
plugins se os mesmo se encontra la .
Se jб estiver abra o
server.cfg e na frente do nome
plugins coloque o nome dos
plugins que a GM precisa para ligar.
Re: Servidor nгo liga -
Marquito - 14.03.2015
Falta os plugins
Re: Servidor nгo liga -
BaianoIn - 14.03.2015
Continua o mesmo problema
Server log
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[11:41:48] filterscripts = "" (string)
[11:41:48]
[11:41:48] Server Plugins
[11:41:48] --------------
[11:41:48] Loading plugin: streamer
[11:41:48]
*** Streamer Plugin v2.6 by Incognito loaded ***
[11:41:48] Loaded.
[11:41:48] Loading plugin: sscanf
[11:41:48]
[11:41:48] ===============================
[11:41:48] sscanf plugin loaded.
[11:41:48] (c) 2009 Alex "******" Cole
[11:41:48] ===============================
[11:41:48] Loaded.
[11:41:48] Loaded 2 plugins.
[11:41:48]
[11:41:48] Filterscripts
[11:41:48] ---------------
[11:41:48] Loaded 0 filterscripts.
server.cfg
pawn Код:
echo Executing Server Config...
lanmode
0rcon_password klakal
maxplayers
5port
7777hostname Salamaleico
gamemode0 MIB
filterscripts
announce
0query
1Plugins streamer sscanf
weburl
[url
]www.sa-mp.com
[/url
]onfoot_rate
40incar_rate
40weapon_rate
40stream_distance
300.0stream_rate
1000maxnpc
0
Re: Servidor nгo liga -
#Luca[S]. - 14.03.2015
Mude
Plugins para
plugins e caso for linux use
.so na frente.
Re: Servidor nгo liga -
BaianoIn - 14.03.2015
Uso windows, mas agora deu outro error !
server log
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[11:48:37]
[11:48:37] Server Plugins
[11:48:37] --------------
[11:48:37] Loading plugin: streamer
[11:48:37]
*** Streamer Plugin v2.6 by Incognito loaded ***
[11:48:37] Loaded.
[11:48:37] Loading plugin: sscanf
[11:48:37]
[11:48:37] ===============================
[11:48:37] sscanf plugin loaded.
[11:48:37] (c) 2009 Alex "******" Cole
[11:48:37] ===============================
[11:48:37] Loaded.
[11:48:37] Loaded 2 plugins.
[11:48:37]
[11:48:37] Filterscripts
[11:48:37] ---------------
[11:48:37] Loading filterscript 'attachments.amx'...
[11:48:37] Loaded 1 filterscripts.
[11:48:37] Script[gamemodes/MIB.amx]: Run time error 6: "Invalid instruction"
[11:48:37] Number of vehicle models: 0
Re: Servidor nгo liga -
PT - 14.03.2015
usa o crashdetect ele dirб o erro mais detalhado
Re: Servidor nгo liga -
ipsLuan - 14.03.2015
Isso pode ser a falta de arquivo/pasta. Verifique as pastas do seu GameMode.
Re: Servidor nгo liga -
BaianoIn - 14.03.2015
@Edit Eu nгo sei usar crashdetect
Estranho eu conferir tudo de novo agora, e todas pastas e arquivos estгo devidamente posto.
Nгo pode ser outro defeito nгo ?
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, (C)2005-2014 SA-MP Team
[13:29:52] filterscripts = "" (string)
[13:29:52]
[13:29:52] Server Plugins
[13:29:52] --------------
[13:29:52] Loading plugin: streamer
[13:29:52]
*** Streamer Plugin v2.7.5.2 by Incognito loaded ***
[13:29:52] Loaded.
[13:29:52] Loading plugin: sscanf
[13:29:52]
[13:29:52] ===============================
[13:29:52] sscanf plugin loaded.
[13:29:52] (c) 2009 Alex "******" Cole
[13:29:52] ===============================
[13:29:52] Loaded.
[13:29:52] Loading plugin: crashdetect
[13:29:52] CrashDetect must be loaded before 'streamer.DLL'
[13:29:52] Failed.
[13:29:52] Loaded 2 plugins.
[13:29:52]
[13:29:52] Filterscripts
[13:29:52] ---------------
[13:29:52] Loaded 0 filterscripts.
[13:29:52] Script[gamemodes/bare.amx]: Run time error 19: "File or function is not found"
[13:29:52] Number of vehicle models: 0
Re: Servidor nгo liga -
PT - 14.03.2015
coloca ai as includes que voce usa.
Mas de certeza que esta faltando um plugin ai.
Quanto ao crashdetect ele tem de ser colocado em 1є na ordem no server.cfg.
para ser carregado antes de todos os outros.