Script Help
#2

include a transferring period...
like:

forward transferre(playerid);

on your /aa command or whatever...:

Код:
SetTimerEx("transferre", 1500, false, "i", playerid);
TogglePlayerControllable(playerid, 0);
and somewhere in you script:

Код:
public transferre(playerid)
{
 TogglePlayerControllable(playerid, 1);
 return 1;
}
this will cause that the player will float at the teleport or spawn positiong for 1.5 seconds, so you have enough time to let the objects load
Reply


Messages In This Thread
Script Help - by kvsolga - 09.10.2010, 08:26
Re: Script Help - by Sascha - 09.10.2010, 08:29
Re: Script Help - by kvsolga - 09.10.2010, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)