Fall at teleport
#1

Hey, i have some teleports to maps on the sea or air stunts, but they fall through it or to water.
is there anyway to make the player like frozen for 4 secs then it fallin to the map, like teleportin to the X Y Z but freezing at the X Y Z for 3 secs then unfreezin, so the map is loaded!
THanks
Reply
#2

pawn Код:
TogglePlayerControllable(playerid,0);
SetTimerEx("Unfreeze",5000,0,"d",playerid);
pawn Код:
forward Unfreeze(i); public Unfreeze(i) TogglePlayerControllable(i,1);
Reply
#3

Very NICE!! thanks
Reply
#4

Very simple though.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)