Show Info on Screen
Hi.
I am Making an Offset Plugin. The Plugin compiles without errors and the "Amxx Plugins" shwos my Plugin running, and i also get NO errors when i type then, get_offset. Erm BUT ,I dunno how to display the Offsets now so i can see them on Screen. Could anyone help me with that ? |
What are the offset values? Ints or strings or what?
Also, posting some code would help, that way someone can just add to your existing to code for you, instead of having to write out a complete example from scratch.. |
Quote:
here is the Code. Also is there a way that i ont have to add every Offset Nr., instead have like everyOffset on command, like when i type offset 007 i get the offset value form that Nr. |
First off, you dont need to include core, since amxmodx does that already..
and I added <amxmisc> for the cmd_access() function.. Oh, and the return value in plugin_init() is ignored, so you dont need it.. Edit: oooops.. you dont need engine module either.. Code:
I hope that helps.. |
Thx. :D
It works. Youre Great :D |
| All times are GMT -4. The time now is 09:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.