Freeze
#2

If your using a command to teleport, Then heres how to do it:

This goes right on top of the script with your other "new" and "forward"
pawn Код:
forward DropDelay(playerid);
Put this in your teleport command.
pawn Код:
SetTimerEx("DropDelay",3000,0,"i",playerid);
SetPlayerPos(playerid, X, Y+3, Z);
TogglePlayerControllable(playerid, false);
Place this anywhere in the script.
pawn Код:
public DropDelay(playerid)
{
  TogglePlayerControllable(playerid, true);
}
Reply


Messages In This Thread
Freeze - by imran2009 - 29.06.2009, 18:15
Re: Freeze - by Stah - 29.06.2009, 18:50
Re: Freeze - by imran2009 - 29.06.2009, 19:54
Re: Freeze - by imran2009 - 29.06.2009, 20:50
Re: Freeze - by James_Alex - 29.06.2009, 20:51
Re: Freeze - by imran2009 - 29.06.2009, 20:54
Re: Freeze - by dice7 - 29.06.2009, 20:56
Re: Freeze - by imran2009 - 29.06.2009, 20:57

Forum Jump:


Users browsing this thread: 1 Guest(s)