[$15 donation]. Please help embed code for kz mod plugin.
1 Attachment(s)
I'm using this kreedz plugin https://github.com/Theggv/Kreedz with this jumpstats plugin https://xtreme-jumps.eu/e107_plugins...pic.php?379695
However, this jumpstats does not reset the jump when teleporting, so the code needs to be embedded in the kzplugin side. I need to call forward named fwResetBug for every teleport I have Example of usage: PHP Code:
I would also appreciate it if you could note where you have rewritten the plugin so that it can be updated. I can donate 15usd via paypal for helping. |
Re: [$15 donation]. Please help embed code for kz mod plugin.
2 Attachment(s)
Hello, i would like to do this for your, for 15$ as you stated, here is what i have did:
in file kz_core.sma there is a function called when player use /tp, /gc. also kz_menu.sma has option to use /tp from menu, but its calling cmd_Gocheck( id ) so this is the most important part of the code, what is exactly changed: line 104, added: Code:
new g_hResetBugForward;Code:
g_hResetBugForward = CreateMultiForward("fwResetBug", ET_IGNORE, FP_CELL);Code:
new iReturn;Code:
new iReturn;Code:
public plugin_end()I did not test but you tell me if something is not right, im willing to fix until its 100% working. Hopefully you wont scam me LOL... Also kz_core.sma attached so you dont need to add any code, just test on your server |
Re: [$15 donation]. Please help embed code for kz mod plugin.
It works perfectly!
Thank you for your help. I have sent you 15USD via paypal. Did you receive it? |
Re: [$15 donation]. Please help embed code for kz mod plugin.
Yes i just received. Thank you, i appreciate the honest agreement!
|
| All times are GMT -4. The time now is 15:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.