Falling when Entering Pickup/Checkpoint (Urgent)
#5

PHP код:
SetTimerEx("LoadInt",2500,0,"i",playerid);
TogglePlayerControllable(playeridfalse);
//Then at the bottem on your script:
forward LoadInt(playerid);
public 
LoadInt(playerid)
{
TogglePlayerControllable(playeridtrue);
return 
1;

try
Reply


Messages In This Thread
Falling when Entering Pickup/Checkpoint (Urgent) - by Patrick - 10.02.2013, 17:23
Re: Falling when Entering Pickup/Checkpoint (Urgent) - by Scyattica - 10.02.2013, 17:28
Re: Falling when Entering Pickup/Checkpoint (Urgent) - by Patrick - 10.02.2013, 17:31
Re: Falling when Entering Pickup/Checkpoint (Urgent) - by Patrick - 10.02.2013, 18:02
Re: Falling when Entering Pickup/Checkpoint (Urgent) - by sscarface - 10.02.2013, 19:43

Forum Jump:


Users browsing this thread: 2 Guest(s)