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
#2

UP...
Reply
#3

Remove the 's' from your SetTimerEx after 'false'.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)