Gamemode causing server to restart everytime player connects.
#1

Hey, I've got a gamemode that causes the server to restart everytime a player attempts to connect.

NOTE: This gamemode works fine on my local server but when I try to run it at my hosted ServerFFS Server, it causes it to crash. Though the hosted server works fine with other gamemodes...

pawn Код:
public OnPlayerConnect(playerid)
{
    OldAnim[playerid] = 0;
    SwimTime[playerid] = 0;
    return 1;
}
Reply
#2

I think you should post the whole gamemode because only those can't set a server to crash..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)