Gamemode crashes the server. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Gamemode crashes the server. (
/showthread.php?tid=330232)
Gamemode crashes the server. -
introzen - 31.03.2012
My gamemode crashes the server rented by ServerFFS.
The gamemode has no errors. And the server runs great with other gamemodes.
Help please.
Re: Gamemode crashes the server. -
Plastic - 31.03.2012
you sure you typed the name right in server.cfg?
Re: Gamemode crashes the server. -
introzen - 31.03.2012
yup:/
Re: Gamemode crashes the server. -
Plastic - 31.03.2012
Show us the log maybe its a plugin issue
Re: Gamemode crashes the server. -
AaronKllz - 31.03.2012
Yes, please show us the crash report.
Re: Gamemode crashes the server. -
introzen - 31.03.2012
Got no plugins. I've reinstalled the server completely. Only added the gamemode.
Crash log reports:
Code:
Sat Mar 31 22:14:24 CEST 2012 :: Server not running (possible crash), restarting.
Re: Gamemode crashes the server. -
introzen - 31.03.2012
This gamemode works on my local server. Not the hosted server.
Don't understand why though, as other gamemodes work on the hosted server.
Re: Gamemode crashes the server. -
introzen - 31.03.2012
EDIT: Didn't work... Help please.
EDIT: Seems like the server crashes as soon as someone tries to connect.
pawn Code:
public OnPlayerConnect(playerid)
{
OldAnim[playerid] = 0;
SwimTime[playerid] = 0;
return 1;
}