08.02.2012, 19:46
Quote:
BUMP:
Can u actualy tell me more how it works and how to set it up? I got removed Spawn button, but now i need to make it automaticaly spawned somewhere if succefully logged in. |
SEt a timer for 50 miliseconds there
On the timer callback:
TogglePlayerSpecating playerid true
Set a timer for 5 secodns,
on the callback
toggleplayerspectating playerid false
Now code it urself
