little help delay teleport or /class
#4

Did you put anything here?
Код:
public OneSecTimer()
{
     foreach(Player, i)
     {
           if(TeleportTime[i] > 0 && TeleportTime[i] != -1)
           TeleportTime[i] --;
           else if(TeleportTime[i] == 0)
           {
                 TeleportTime[i] = -1;
                 SetPlayerPos.... and so on
           }
      }
}
Reply


Messages In This Thread
little help delay teleport or /class - by enzo27 - 15.11.2013, 10:47
Re: little help delay teleport or /class - by dominik523 - 15.11.2013, 12:18
Re: little help delay teleport or /class - by enzo27 - 15.11.2013, 13:01
Re: little help delay teleport or /class - by dominik523 - 15.11.2013, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)