31.03.2012, 21:25
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...
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;
}