02.12.2013, 14:00
Quote:
Look in the post where I stated the code, edited it in there coz i'm writing from my phone
I hope this will work, good luck ![]() |
![Smiley](images/smilies/smile.png)
I had a feeling it would be something like this. It's just the first time you wrote it you didn't include what the timer did so I was a bit confused. Now I see what you've suggested. I guess that'll do the job.
EDIT: I haven't written this yet but the code you put won't work mate. All you've done is set a timer when you go to enter the business. This timer will just simply alllow the player to move after 1 second. But there is nothing set to freeze the player in the first place.
I'm going to TogglePlayerControllabe(playerid, 0) on entering then after 2 seconds allow the player to move from the timer with TogglePlayerControllable(playerid, 1) - Thanks for your suggestion though I'm sure you just forget to put the first peace of code there aswell.
![Smiley](images/smilies/smile.png)
Also I think it needs to be SetTimerEx because it needs to be a timer for a specific player.