SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[04:27:06] password = "" (string)
[04:27:06] filterscripts = "" (string)
[04:27:06]
[04:27:06] Server Plugins
[04:27:06] --------------
[04:27:06] Loading plugin: sscanf.dll
[04:27:06]
[04:27:06] ===============================
[04:27:06] sscanf plugin loaded.
[04:27:06] Version: 2.8.1
[04:27:06] (c) 2012 Alex "******" Cole
[04:27:06] ===============================
[04:27:06] Loaded.
[04:27:06] Loading plugin: streamer.dll
[04:27:06]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[04:27:06] Loaded.
[04:27:06] Loaded 2 plugins.
Olб Ley,
Vocк estб usando a streamer plugin v2.6.1. A versгo mais atualizada da plugin й 2.9.3, link abaixo: https://github.com/samp-incognito/sa...lugin/releases (Ъltima atualizaзгo 09/02/2018) Baixe a versгo 2.9.3 e informe se o problema persistiu. |
Eu particularmente uso a versгo 2.9.1 ainda, e tudo parece funcionar perfeitamente.
Pode ter algum erro no seu cуdigo, vocк jб tentou usar o plugin crashdetect para imprimir erros no server_log ? |
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[06:08:15] filterscripts = "" (string)
[06:08:15]
[06:08:15] Server Plugins
[06:08:15] --------------
[06:08:15] Loading plugin: sscanf.dll
[06:08:15]
[06:08:15] ===============================
[06:08:15] sscanf plugin loaded.
[06:08:15] Version: 2.8.1
[06:08:15] (c) 2012 Alex "******" Cole
[06:08:15] ===============================
[06:08:15] Loaded.
[06:08:15] Loading plugin: streamer.dll
[06:08:15] Failed.
[06:08:15] Loading plugin: crashdetect.dll
[06:08:15] CrashDetect plugin 4.19
[06:08:15] Loaded.
[06:08:15] Loaded 2 plugins.
[06:08:15] [debug] Run time error 19: "File or function is not found"
[06:08:15] [debug] CreateDynamicMapIcon
[06:08:15] [debug] DestroyDynamicMapIcon
[06:08:15] [debug] Run time error 19: "File or function is not found"
[06:08:15] [debug] CreateDynamicMapIcon
[06:08:15] [debug] DestroyDynamicMapIcon
[06:08:15] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[06:08:15] Number of vehicle models: 0
[06:29:17] [debug] Run time error 4: "Array index out of bounds"
[06:29:17] [debug] Attempted to read/write array element at negative index -1
[06:29:17] [debug] AMX backtrace:
[06:29:17] [debug] #0 0002b214 in ?? (-1) from Carson.amx
[06:29:17] [debug] #1 001010f4 in public AttCasa () from new.amx
SetTimer("AttCasa", 15000, true);
forward AttCasa();
public AttCasa()
{
for(new i; i < MAX_PLAYERS; ++i)
{
format(formato,sizeof(formato),"/Casas/Donos/%s.ini", VerNome(i));
new Ano, Mes, Dia;
getdate(Ano, Mes, Dia);
DOF2_SetInt(formato,"Dia",Dia);
DOF2_SetInt(formato,"Mes",Mes);
DOF2_SetInt(formato,"Ano",Ano);
AtualizarCasaVisual(NaCasa(i));
DOF2_SaveFile();
}
return 1;
}
[06:08:15] [debug] Run time error 19: "File or function is not found" [06:08:15] [debug] CreateDynamicMapIcon [06:08:15] [debug] DestroyDynamicMapIcon [06:08:15] [debug] Run time error 19: "File or function is not found" [06:08:15] [debug] CreateDynamicMapIcon [06:08:15] [debug] DestroyDynamicMapIcon [06:08:15] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found" [06:08:15] Number of vehicle models: 0 |