18.12.2010, 10:02
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
You are getting unfreezed 2 times but some people are still stucking can anyone help?
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); }