[Ajuda] Ajuda server desligando sozinho - 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] Ajuda server desligando sozinho (
/showthread.php?tid=647898)
Ajuda server desligando sozinho -
RafaeeL - 12.01.2018
Alguem pode me ajudar? Meu servidor estava dealigando sozinho ai coloquei o 'crashdetect' para ver se tinha algum problema e apareceu isso no server.log alguem pode me ajudar?
PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[21:20:57] filterscripts = "" (string)
[21:20:57]
[21:20:57] Server Plugins
[21:20:57] --------------
[21:20:57] Loading plugin: crashdetect
[21:20:57] crashdetect v4.8.3 is OK.
[21:20:57] Loaded.
[21:20:57] Loading plugin: sscanf
[21:20:57]
[21:20:57] ===============================
[21:20:57] sscanf plugin loaded.
[21:20:57] (c) 2009 Alex "******" Cole
[21:20:57] 0.3d-R2 500 Players "dnee"
[21:20:57] ===============================
[21:20:57] Loaded.
[21:20:57] Loading plugin: streamer
[21:20:57]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[21:20:57] Loaded.
[21:20:57] Loading plugin: CTime
[21:20:57]
» CTime Library Plugin For Pawn v0.1.0 - Copyright © 2011 RyDeR`
[21:20:57] Loaded.
[21:20:57] Loaded 4 plugins.
[21:20:57]
[21:20:57] Ban list
[21:20:57] --------
[21:20:57] Loaded: samp.ban
[21:20:57]
[21:20:57]
[21:20:57] Filterscripts
[21:20:57] ---------------
[21:20:57] Loaded 0 filterscripts.
[21:20:57]
----------------------------------
[21:20:57] RafaeeL RPG
[21:20:57] Gamemode carregada com sucesso...
[21:20:57] ----------------------------------
[21:20:57] Number of vehicle models: 5
[21:21:37] [connection] 127.0.0.1:56944 requests connection cookie.
[21:21:38] [connection] incoming connection: 127.0.0.1:56944 id: 0
[21:21:39] [join] RafaeL has joined the server (0:127.0.0.1)
[21:21:44] [debug] Server crashed while executing GMrafaeL.amx
[21:21:44] [debug] AMX backtrace:
[21:21:44] [debug] #0 native fclose () [004056c0] from samp-server.exe
[21:21:44] [debug] #1 000002b4 in ?? () from GMrafaeL.amx
[21:21:44] [debug] #2 00062dcc in ?? () from GMrafaeL.amx
[21:21:44] [debug] #3 00060f9c in ?? () from GMrafaeL.amx
[21:21:44] [debug] #4 0001ac54 in public OnPlayerSpawn () from GMrafaeL.amx
[21:21:44] [debug] System backtrace:
[21:21:45] [debug] #0 004056cd in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\samp-server.exe
[21:21:45] [debug] #1 68b43c32 in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\plugins\crashdetect.DLL
[21:21:45] [debug] #2 68b46076 in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\plugins\crashdetect.DLL
[21:21:45] [debug] #3 68b3c05a in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\plugins\crashdetect.DLL
[21:21:45] [debug] #4 68b43c5e in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\plugins\crashdetect.DLL
[21:21:45] [debug] #5 0046da20 in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\samp-server.exe
[21:21:45] [debug] #6 0046f992 in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\samp-server.exe
[21:21:45] [debug] #7 0049eef9 in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\samp-server.exe
[21:21:45] [debug] #8 0045ad2a in ?? () from C:\Users\Skillz_\Desktop\GM RafaeeL\samp-server.exe
[21:21:45] [debug] #9 76e815ce in ?? () from C:\Windows\syswow64\KERNELBASE.dll
[21:21:45] [debug] #10 76e81601 in ?? () from C:\Windows\syswow64\KERNELBASE.dll
Re: Ajuda server desligando sozinho -
CaioTJF - 12.01.2018
Manda a callback OnPlayerSpawn
Re: Ajuda server desligando sozinho -
RafaeeL - 12.01.2018
PHP код:
public OnPlayerSpawn(playerid)
{
MostrarObjetos(playerid);//Mostra os objetos do servidor
SpawnCivil(playerid);
ChinaCarregar(playerid);//o erro so da quando eu adciono isso
if(DOF2_IsSet("seg",segUP[playerid])){
}
if(DOF2_IsSet("min",minUP[playerid])){
}
if(pAdmin[playerid] == 1 ) {
admin[playerid] = 1;
}
if(pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5) {
admin[playerid] = 1;
DOF2_SetInt(file2, "aAdmin", 1);
}
TirarLogin(playerid);
return 1;
}
Re: Ajuda server desligando sozinho -
CaioTJF - 12.01.2018
Mostra o ChinaCarregar(playerid) entгo..
Re: Ajuda server desligando sozinho -
RafaeeL - 14.01.2018
Quote:
Originally Posted by CaioTJF
Mostra o ChinaCarregar(playerid) entгo..
|
Ja resolvi mano obrigado.