StatusText
I have this function to tell a user about their level, and XP.
But when a user it aiming/pointing at another player the message gets resetted. How can i prevent this message from disappear when users look at eachother? Code:
|
Use register_event to catch when the game sends out StatusText and then send out your own. Fortunately this won't create an infinite loop, as AMXx's register_event's don't get called from the messages sent by your plugin.
|
So how am i supposed to catch this event?
|
I DID IT!
register_event("StatusText", "CreateStatusText", "b") Thank you for helping :-) |
| All times are GMT -4. The time now is 16:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.