Slower reaction in script
#1

My question is how can I do so from:

pawn Код:
SetPlayerPos(blah,blah,blah,blah);
//fill up with crap that slightly slows down the script so it takes longer time before making it to
//This part of the script..
Reply
#2

SetTimerEx.
Reply
#3

You can set a timer to run te rest of it, just add the code into a self made public and call it within whatever time you specify
Reply
#4

Quote:
Originally Posted by MP2
Посмотреть сообщение
SetTimerEx.
No other way?, doubt that'll work in the OnPlayerUpdate callback, would just create a tons of SetTimerEx which would be way too unnecessary I guess?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)