[Help] Plugin "The 1MS Refresh"
#1

I want write plugin ( in this a timer refresh 1 ms). But i dont know how ;d help!
Reply
#2

what?
Reply
#3

you just use
SetTimer("symbol",1,false);
SetTimer("symbol",time(ms),(true or false));
Reply
#4

I want this in plugin....
Reply
#5

Look in the plugin development guide (its stickied in the plugin section). There is a function you can use within your plugin called ProcessTick() it is called for every server tick.

WARNING: Be careful with the type of code you put in that function. If you put any slow code there it will lag your server.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)