The server crashes when executing this?
#2

badass indentation , try this

pawn Код:
if(strcmp(tmp, "!ABORT", true) == 0)
{
  if(SERVER_SHUTDOWN_STARTED == 0)
  return SendClientMessage(playerid, COLOR_RED_LIGHT, "{ADMIN} There is no timed shutdown in effect");

  KillTimer(SERVER_SHUTDOWN_STARTED);
  SendClientMessage(playerid, COLOR_YELLOW, "{ADMIN} The timed server shutdown has been aborted.");
  return 1;
}
if it still crashes, then this code is not the problem
Reply


Messages In This Thread
The server crashes when executing this? - by NovaParadox - 21.05.2009, 20:08
Re: The server crashes when executing this? - by Joske_Vermeulen - 21.05.2009, 20:12
Re: The server crashes when executing this? - by NovaParadox - 21.05.2009, 20:16
Re: The server crashes when executing this? - by Joske_Vermeulen - 21.05.2009, 20:20
Re: The server crashes when executing this? - by Joske_Vermeulen - 21.05.2009, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)