script problem
#4

Well when they enter the interior place:
pawn Код:
SetTimerEx("LoadInt",2500,0,"i",playerid);
TogglePlayerControllable(playerid, false);
//Then at the bottem on your script:
forward LoadInt(playerid);
public LoadInt(playerid)
{
TogglePlayerControllable(playerid, true);
return 1;
}
Reply


Messages In This Thread
script problem - by sscarface - 01.02.2013, 16:53
Re: script problem - by Virus. - 01.02.2013, 17:05
Re: script problem - by sscarface - 01.02.2013, 17:20
Re: script problem - by Infinity90 - 01.02.2013, 17:25
Re: script problem - by sscarface - 01.02.2013, 17:45
Re: script problem - by sscarface - 01.02.2013, 18:43
Re: script problem - by sscarface - 02.02.2013, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)