Raised This Month: $51 Target: $400
 12% 

[Request]Disable Long Jump


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dragonstick
Junior Member
Join Date: Nov 2023
Old 11-22-2023 , 08:42   [Request]Disable Long Jump
Reply With Quote #1

Half-Life
request a plugin that can prevent player to do long jump or disable it
can anyone plz help

Last edited by dragonstick; 11-22-2023 at 08:42.
dragonstick is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 11-30-2023 , 07:47   Re: [Request]Disable Long Jump
Reply With Quote #2

Do you want to delete longjump items from the map or prevent that the player receives it?
This should prevent it from receiving.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.

Last edited by bibu; 12-05-2023 at 11:09.
bibu is offline
dragonstick
Junior Member
Join Date: Nov 2023
Old 12-03-2023 , 11:22   Re: [Request]Disable Long Jump
Reply With Quote #3

Quote:
Originally Posted by bibu View Post
Do you want to delete longjump items from the map or prevent that the player receives it?
This should prevent it from receiving.
many thank bro xD
i want player can't use it even they have longjump module.

Last edited by dragonstick; 12-03-2023 at 11:25.
dragonstick is offline
bibu
Veteran Member
Join Date: Sep 2010
Old 12-04-2023 , 09:05   Re: [Request]Disable Long Jump
Reply With Quote #4

Well it still doesn't answer my question really. But this will prevent a player from picking up a longjump and will remove any existing longjumps on the map.

PHP Code:
#include <amxmodx>
#include <engine>

public plugin_init()
{
    
register_plugin("Disable Longjump""1.0""AMXX Community")
    
remove_entity_name("item_longjump")
    
register_touch("item_longjump" "player" "PlayerTouchLJ" );
}
    
public 
PlayerTouchLJ() //(const iTouched , const iToucher)
{
    return 
PLUGIN_HANDLED

__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
Reply



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 10:23.


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