Raised This Month: $ Target: $400
 0% 

Solved [$15 donation]. Please help embed code for kz mod plugin.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
SxLc
Junior Member
Join Date: Jul 2021
Old 12-06-2022 , 19:04   [$15 donation]. Please help embed code for kz mod plugin.
Reply With Quote #1

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:
new g_hResetBugForward;

public 
plugin_init()
{
...
g_hResetBugForward CreateMultiForward("fwResetBug"ET_IGNOREFP_CELL);
}

public 
gocheck(id)
{
...
new 
iReturn;
ExecuteForward(g_hResetBugForwardiReturnid);
}

public 
plugin_end()
{
...
DestroyForward(g_hResetBugForward);

I am not familiar with amxx and cannot do this embedding.
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.
Attached Files
File Type: zip kz.zip (173.1 KB, 33 views)

Last edited by SxLc; 12-07-2022 at 06:58.
SxLc is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode