JayPee Posted December 23, 2011 Posted December 23, 2011 (edited) What is the use of gettick(); and canusuitem_tick and when to use also. Thanks Another Question is How to know if a player is being attacked by another player? Edited December 24, 2011 by JayPeeMateo
GreenBox Posted December 25, 2011 Posted December 25, 2011 gettick = get the current tick count of the server, used by timers. canuseitem_tick = when > 0, you can only use an item if gettick() > canuseitem_tick
Question
JayPee
What is the use of gettick(); and canusuitem_tick and when to use also. Thanks
Another Question is How to know if a player is being attacked by another player?
Edited by JayPeeMateo1 answer to this question
Recommended Posts