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

Showing results 1 to 25 of 500
Search took 0.05 seconds.
Search: Posts Made By: bibu
Forum: Scripting Help 03-06-2024, 08:04
Replies: 4
Views: 334
Posted By bibu
Re: [HL] Entity with studiomdl as playermodel

Should be possible. Just check if the file exists on the client, if so precache the model using fakemeta natives (it's during gametime possible) and set the model as usual. For non-exisiting clients...
Forum: Suggestions / Requests 02-02-2024, 02:50
Replies: 5
Views: 355
Posted By bibu
Re: Flashbang sound

Just use this please and you can change the sound there:
https://forums.alliedmods.net/showthread.php?p=1087040
Forum: Suggestions / Requests 01-09-2024, 05:40
Replies: 6
Views: 563
Posted By bibu
Re: Block custom models [cs 1.6]

Try this:

#include <amxmodx>

#define PLUGIN "Force Unmodified"
#define VERSION "0.1"
#define AUTHOR "SweatyBanana"

public plugin_init()
{
Forum: Suggestions / Requests 12-05-2023, 01:48
Replies: 9
Views: 1,020
Posted By bibu
Re: no aim on Freeze Time

Where is this confidence coming from? Instead of learning from it, you still try to explain yourself. Bugsy's code is far more efficient, end of topic.
Forum: Suggestions / Requests 12-04-2023, 09:05
Replies: 3
Views: 708
Posted By bibu
Re: [Request]Disable Long Jump

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.

#include <amxmodx>
#include <engine>...
Forum: Suggestions / Requests 11-30-2023, 07:47
Replies: 3
Views: 708
Posted By bibu
Re: [Request]Disable Long Jump

Do you want to delete longjump items from the map or prevent that the player receives it?
This should prevent it from receiving.
Forum: Approved Plugins 11-08-2023, 03:24
Replies: 36
Views: 62,632
Posted By bibu
Re: Reload bar

Yes, this shouldn't happen. I made a small modification to Connor's version from post #32.
Forum: New Plugin Submissions 11-07-2023, 09:16
Replies: 5
Views: 1,259
Posted By bibu
Re: [CSGO] Enhanced Hostages

It's been ages since I played CSGO. But if such feature is requested, I could implement it. The easiest way would be to use the API of
https://forums.alliedmods.net/showthread.php?t=340389

Would...
Forum: Suggestions / Requests 11-02-2023, 10:21
Replies: 11
Views: 1,035
Posted By bibu
Re: Sound On Death and Kill

You can change the sounds on top of the file. Here you go.
Forum: New Plugin Submissions 10-27-2023, 02:43
Replies: 5
Views: 1,259
Posted By bibu
Re: [CSGO] Enhanced Hostages

It's really nice to hear that. Thank you for your kind words.
Forum: New Plugin Submissions 10-25-2023, 11:05
Replies: 5
Views: 1,259
Posted By bibu
[CSGO] Enhanced Hostages

[CSGO] Hostage Enhancement

by "KayDee"

I will be realising a few plugins, which I haven't been using in a few years now. So I thought, why not make them public? Be aware, that the state of this...
Forum: Off-Topic 10-12-2023, 10:33
Replies: 7
Views: 1,712
Posted By bibu
Re: I may have too much free time

It is indeed a nice idea and nice attempt. And yes, this is possible with "default" models. Like you said, it overlays the animation on the players model. I think you've got the animations most...
Forum: Suggestions / Requests 09-26-2023, 10:45
Replies: 6
Views: 815
Posted By bibu
Re: Grenade bot support for CSDM

Try the attached plugin, bots should throw a nade, when they see an enemy. It is based on this plugin:
https://forums.alliedmods.net/showthread.php?t=125722
Forum: Scripting Help 05-30-2023, 07:42
Replies: 39
Views: 2,418
Posted By bibu
Re: 2 or more the same weapons

I actually have a working taser plugin if you're interested. It's just not a taser "gun. It's a simple taser and it replaces guards knife with a taser. Let me know, if you're interested.
Forum: Approved Plugins 05-26-2023, 05:13
Replies: 29
Views: 35,187
Posted By bibu
Forum: Suggestions / Requests 05-11-2023, 03:34
Replies: 5
Views: 580
Posted By bibu
Re: Deathmsg To Entities

What kind of entity are you using? Post the plugin here, so we can hook that entity's death.
Forum: New Plugin Submissions 03-28-2023, 05:12
Replies: 37
Views: 8,946
Posted By bibu
Re: Extended Arm Weapon Skin 2.0 [CS/CZ] {22 Aug 2022}

Easiest way would be to provide the default skins within the submodels, so the "default" models can be unprecached. Otherwise it's gonna use too much resources. Or another way would be to use the...
Forum: Approved Plugins 02-28-2023, 07:45
Replies: 78
Views: 52,602
Posted By bibu
Re: Shoot At Nades( KRoT@L)[UPDATE 1.6]

https://forums.alliedmods.net/showthread.php?p=850698
Forum: Scripting Help 02-16-2023, 10:09
Replies: 6
Views: 866
Posted By bibu
Re: ES_ModelIndex not works

Try it with this way. You would need to hook it as pre&post:

https://forums.alliedmods.net/showpost.php?p=1160217&postcount=3
Forum: Scripting Help 02-15-2023, 07:08
Replies: 2
Views: 804
Posted By bibu
Re: How to hook SV_ParseVoiceData with REHLDS

I don't have the resources to test, but this topic was back in the years interesting:
https://forums.alliedmods.net/showthread.php?t=138497
Forum: Suggestions / Requests 02-01-2023, 05:40
Replies: 13
Views: 1,717
Posted By bibu
Re: Fall death camera effect

Sorry... I give up on your requests. You were incapable of describing what you exactly want.

https://betterproposals.io/blog/wp-content/uploads/2021/09/listen-to-customers-1.jpeg
Forum: Suggestions / Requests 01-30-2023, 08:15
Replies: 13
Views: 1,717
Posted By bibu
Re: Fall death camera effect

Try attached plugin with following command:

"amx_migraine" "sebxx4" "1"
Forum: Suggestions / Requests 01-19-2023, 08:57
Replies: 13
Views: 1,717
Posted By bibu
Re: Fall death camera effect

You requested something else. Now you want something different. Explain exactly what you wish and I might edit it. Why do you want such effect? Do you want it during a long fall? What should happen...
Forum: Suggestions / Requests 01-19-2023, 04:00
Replies: 13
Views: 1,717
Posted By bibu
Re: Fall death camera effect

Try attached plugin.
Forum: Suggestions / Requests 01-12-2023, 09:06
Replies: 2
Views: 489
Posted By bibu
Re: Change the message: Only 1 team change allowed

Try this:

#include <amxmodx>

#define PLUGIN "Message Replacer"
#define VERSION "1.0"
#define AUTHOR "AMXX Community"

public plugin_init()
{
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 13:05.


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