Server turns off
#1

Код:
public SlagDown(objectid)
{
   if(objectid == VIPSlag[1])
   {
      RotateObject(VIPSlag[1],0, 90, 0, 3);
	  return 1;
   }
   if(objectid == VIPSlag[0])
   {
	  RotateObject(VIPSlag[0], 358.03063965,89.65124512,179.91601562, 3);
	  return 1;
   }
return 1;
}
When this function calls, server turns off...

Код:
SetTimerEx("SlagDown", 5000, false, "is", VIPSlag[1]);
VIPSlag[1] - Object ID...
Reply


Messages In This Thread
Server turns off - by lukas567 - 04.04.2012, 12:10
Re: Server turns off - by lukas567 - 04.04.2012, 12:51
Re: Server turns off - by SuperViper - 04.04.2012, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)