Posts: 169
Threads: 35
Joined: Nov 2010
Reputation:
0
Hey , i have in my gamemode 2-3 timers . Because of this timers is large server lag . If i delete timers server works fine , no lag . Any suggestions ?
Posts: 316
Threads: 13
Joined: Oct 2008
Reputation:
0
How often is each timer repeating? More importantly, what you put inside them?
Posts: 169
Threads: 35
Joined: Nov 2010
Reputation:
0
Each timer is used once , and that timers makes 3 different textdraws dissapear .
Posts: 555
Threads: 136
Joined: Dec 2010
Reputation:
0
man what are saying !!
a timer never make lags !!
tell us what you have in your timers ( i mean who many line or show us your timers scripts )
( i have more than 6timers & no lags)
Posts: 686
Threads: 29
Joined: Feb 2011
Reputation:
0
Use a KillTimer after you're done with it.
Posts: 169
Threads: 35
Joined: Nov 2010
Reputation:
0
What that timer do (teleport) ? it shows a textdraw for player who teleport ex /sf (San Fierro) .Text draw says "You have been teleported to San Fierro".
Posts: 686
Threads: 29
Joined: Feb 2011
Reputation:
0
Rock post the teleport public exactly please?
Posts: 169
Threads: 35
Joined: Nov 2010
Reputation:
0
No need , i resolved the problem , thanks , works with killtimer .