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

Showing results 1 to 25 of 129
Search took 0.00 seconds.
Search: Posts Made By: OciXCrom
Forum: Approved Plugins 06-21-2022, 16:16
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

That is planned for the next update which I can't tell when it would be.
Of course I won't make it have only 3 categories. That's amateur work.

This is a beta-version of what I tried some time...
Forum: Approved Plugins 03-19-2022, 08:47
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

Whether it's Discord or here, the text will be the same and I will take the same amount of time to respond.

You could've explained by now what you've done and answered the questions I asked.
Forum: Approved Plugins 03-17-2022, 15:05
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

You install it like any other plugin.

First of all, make sure you actually did everything right. The simplest way to check that is by using the "amx_plugins" command to check the plugin status....
Forum: Approved Plugins 12-12-2021, 06:34
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

I don't understand your question.
There's a command for direct knife selection.
Forum: Approved Plugins 10-01-2021, 15:10
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

I don't see how I can help you if you don't explain what the problem is. "It doesn't work" is not helpful information.
Forum: Approved Plugins 10-01-2021, 08:42
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

I asked 3 times already what the problem is. My Chat Manager plugin has built-in support for this, you just need to enable it.
Forum: Approved Plugins 09-30-2021, 13:57
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

I don't know why you're posting that plugin. I asked what the problem with my plugin is.
Forum: Approved Plugins 09-30-2021, 07:25
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

The plugin works just fine on a normal game. Said Android CS is not an official game so nobody can guarantee that something will work. If you can debug the problem, feel free to share, otherwise I...
Forum: Approved Plugins 09-29-2021, 14:25
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

ZP support will be added in a future update. I'm not currently active.
Forum: Approved Plugins 09-28-2021, 14:08
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

You can get the user's current knife name:

new szKnife[32]
crxknives_get_attribute_str(id, "NAME", szKnife, charsmax(szKnife))

if(equal(szKnife, "Drednova"))
{
// your code here...
}
Forum: Approved Plugins 09-28-2021, 07:38
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

Not at the moment, I would need to add those natives in the next update.
What are you trying to do exactly? There might be a workaround.
Forum: Approved Plugins 08-28-2021, 08:16
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

My plugins are anything but hardcoded. I think you got the wrong definition of what hardcoded means.
Categories are planned for the next update which I can't promise when will happen as I'm not...
Forum: Approved Plugins 07-30-2021, 09:58
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

Not at the moment. Will be addded in a future update.
Forum: Approved Plugins 07-08-2021, 14:22
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

Showing me an image of a Notepad document proves what exactly?
Open your server's console and see if the plugin is running.
Forum: Approved Plugins 07-04-2021, 07:34
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

NAME[MAX_NAME_LENGTH]

You can change the limit from this line, e.g. NAME[128]
Forum: Approved Plugins 07-03-2021, 16:52
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

I deliberately put those limits on the name because the entire menu itself cannot contain more than 512 characters. The way you're naming your knives at the moment will very quickly reach that limit....
Forum: Approved Plugins 07-01-2021, 07:21
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

It's going to be a part of the next update, whenever that will be.
Forum: Approved Plugins 06-29-2021, 07:23
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

How can I give a solution if you don't say what the error is? Show what you tried and what the problem is.
Forum: Approved Plugins 01-29-2021, 07:40
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

Not sure. Haven't checked yet.



The problem is from ZP, not from my plugin. ZP sets the player's knife 100 times per second which is completely redundant. It might be handled with a sub-plugin...
Forum: Approved Plugins 01-14-2021, 08:34
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

HIT_SOUND is only for left click. You need to use STAB_SOUND for right click.

Currently there's no option to add multiple sounds, but I will implement this in the next update.

Although I don't...
Forum: Approved Plugins 01-09-2021, 07:58
Replies: 361
Views: 131,594
Posted By OciXCrom
Forum: Approved Plugins 01-04-2021, 07:42
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

This is a simple Knife menu, you're trying to add a MAC-10 in it. I don't know how that would function, but try it:

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include...
Forum: Approved Plugins 12-02-2020, 08:59
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

There's only one text available at the moment. Either changed it to LOCKED or wait for the next update.
Forum: Approved Plugins 12-02-2020, 07:33
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

How is the plugin supposed to know what is VIP and what is admin? Edit it from the lang file.
Forum: Approved Plugins 12-01-2020, 22:00
Replies: 361
Views: 131,594
Posted By OciXCrom
Re: Knife Models [XP System & Skills Support]

And do you actually have those models and sounds in your server?... I think you failed to understand what "example" means.
Showing results 1 to 25 of 129

 
Forum Jump

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


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