Freeze when teleport to load objects... :S Possible? [SOLVED! THANX FOR ALL!]
#5

Quote:
Originally Posted by MrPanz
Here..




INSTRUCTIONS:

Put this in you're forwards "forward Unfreeze(playerid);"

Quote:

Then make this public anywhere you desire, "

public Unfreeze(playerid)
{
TogglePlayerControllable(playerid,1);
return 1;
}

And when they /enter or whatever you want the command to be, add this onto it
Quote:

TogglePlayerControllable(playerid,0);
SetTimerEx("Unfreeze",2000,0,"i",playerid);

THANX THANX THANX!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)