25.05.2010, 18:29
Hello Everyone and thanks to everyone who replies to this topic with helpful information.
I am having difficulties with a Timer in sa-mp script. It is ment to delay a players spawn so they spawn a few seconds later to avoid falling through my objects.
Heres the code:
I just want to make it so it FREEZES the player when they spawn, then three seconds later unfreezes them. (I know how to unfreeze them in Public SpawnTimer, Its just I do not know how to freeze them once the timer starts)
I am having difficulties with a Timer in sa-mp script. It is ment to delay a players spawn so they spawn a few seconds later to avoid falling through my objects.
Heres the code:
Код:
SetTimer("SpawnTimer", 3000, 1);