Help please
#1

I got a problem. I m using GTA:RP and I mapped interiors and changed system to /enter
When I enter mapped interiors it needs to reload to show objects
So I put toggleplayercontrolable 0 and timer on it like this after which you should get unfrozen
Код:
public entertimer()
{
	new sendername;
	TogglePlayerControllable(sendername, 1);
	SetTimer("entertimer1", 1000, 0);
}
public entertimer1()
{
	new sendername;
	TogglePlayerControllable(sendername, 1);
}
You are getting unfreezed 2 times but some people are still stucking can anyone help?
Reply


Messages In This Thread
Help please - by Addrenal1n - 18.12.2010, 10:02
Re: Help please - by Berky - 18.12.2010, 10:07
Re: Help please - by Rachael - 18.12.2010, 10:08
Re: Help please - by Addrenal1n - 18.12.2010, 10:22
Re: Help please - by Rachael - 18.12.2010, 10:25
Re: Help please - by Addrenal1n - 18.12.2010, 10:27
Re: Help please - by Addrenal1n - 18.12.2010, 13:07
Re: Help please - by toXioneer - 18.12.2010, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)