Scripting fuction "sleep"?
#2

Maybe like this.

pawn Код:
new Tp[MAX_PLAYERS];//Top

//When you teleport them
if(PlayerToPoint(/*Blah Blah*/))
{
   if(!Tp[playerid])
   {
      //SetPlayerPos
      Tp[playerid] = 1;
   }
}
else
{
   Tp[playerid] = 0;
}
Reply


Messages In This Thread
Scripting fuction "sleep"? - by Qeux - 25.04.2009, 22:52
Re: Scripting fuction "sleep"? - by Backwardsman97 - 25.04.2009, 23:17
Re: Scripting fuction "sleep"? - by yom - 25.04.2009, 23:25
Re: Scripting fuction "sleep"? - by Qeux - 26.04.2009, 02:25
Re: Scripting fuction "sleep"? - by Backwardsman97 - 26.04.2009, 02:29
Re: Scripting fuction "sleep"? - by Joe Staff - 26.04.2009, 03:32

Forum Jump:


Users browsing this thread: 1 Guest(s)