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

Showing results 1 to 25 of 122
Search took 0.00 seconds.
Search: Posts Made By: OciXCrom
Forum: New Plugin Submissions 03-21-2022, 15:07
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Post your code. I don't see a working code anywhere. What you posted on the previous page will never be executed by the plugin as you're not using it in cshop_item_selected().

Also I think you're...
Forum: New Plugin Submissions 03-20-2022, 09:32
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

When you use "cshop_edit", you hit the "save" button as well.

The plugin is programmed to read CustomShopItems.ini AGAIN when the map ends so it can detect changes made to it. If it's not doing...
Forum: New Plugin Submissions 03-15-2022, 15:12
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Look again. It's literally the first option when you open up the in-game editor.
I'm not talking about when editing specific item. It's in the main editor page and it saves all item edits.


...
Forum: New Plugin Submissions 03-13-2022, 09:11
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Because you didn't hit the "save" button.
Forum: New Plugin Submissions 03-13-2022, 08:46
Replies: 338
Views: 143,091
Posted By OciXCrom
Forum: New Plugin Submissions 11-25-2021, 14:04
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

There's nothing different about using a custom plugins.ini file. Just make sure you remove the plugins from other .ini files.

I'm pretty sure you have a plugins-cshop.ini file with cshop_items in...
Forum: New Plugin Submissions 11-24-2021, 07:39
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

I never mentioned that it should appear automatically, nor I see a reason for it.
Everyone can bind a button to open it.

You can use a sub-plugin that forces the shop to open at the beginning of...
Forum: New Plugin Submissions 11-23-2021, 16:43
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Oops, I wrote this backwards. It's custom_shop.amxx that should go before cshop_items.amxx, not the other way around.

Simply switch their places in plugins.ini.



The shop needs to exist...
Forum: New Plugin Submissions 11-23-2021, 07:43
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

custom_shop.amxx should be added BEFORE cshop_items.amxx in plugins.ini.
That's why I specifically left a plugins.ini file in the archive.
Read the installation instructions in the first post.
Forum: New Plugin Submissions 03-18-2021, 10:33
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

If you don't have the coding knowledge to do it, you should post a request. Bear in mind it's not that simple to make so don't expect a fast reply.
Forum: New Plugin Submissions 03-09-2021, 07:34
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

https://img.shields.io/badge/update-v4.2.4 @ 09.03.2021-green.svg

Fixed a missing check for the player's team when purchasing an item that allowed you to purchase items from the other team if you...
Forum: New Plugin Submissions 02-20-2021, 14:26
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Because you added cshop_items.amxx before custom_shop.amxx in plugins.ini.
Forum: New Plugin Submissions 02-12-2021, 14:08
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

The shop only works for the current map. Any long-term purchases would need to be handled via a separate plugin. You could edit your skin plugin to do that.
Forum: New Plugin Submissions 12-31-2020, 13:33
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

You have another plugin that affects your speed.
You can change the speed from the .ini file or the cshop_edit command.
About the error - did you maybe add any other Custom Shop plugins before the...
Forum: New Plugin Submissions 11-15-2020, 07:09
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

I haven't made any AMXX plugins or updates recently.
Forum: New Plugin Submissions 09-02-2020, 14:06
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

No, I haven't had the time to test plugins. I'll do it soon.
Forum: New Plugin Submissions 09-02-2020, 07:02
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

public cshop_menu_opened(id)
{
if(some_condition)
{
return SHOP_CLOSE
}

return SHOP_OPEN
}
Forum: New Plugin Submissions 09-01-2020, 16:48
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

By enabling the setting in the .ini file?
Forum: New Plugin Submissions 08-31-2020, 05:34
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

You mean if you change team while the menu is open? Looks like I forgot to add this check. I'll have a look.
Forum: New Plugin Submissions 08-30-2020, 16:22
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Just remove the limit from configs/CustomShopItems.ini or with the cshop_edit command.
Forum: New Plugin Submissions 08-30-2020, 13:16
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

So the problem is not fixed? Show the output from the "amxx plugins" server command.
Forum: New Plugin Submissions 08-29-2020, 16:50
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

This is why plugins-cshop.ini exists. All subplugins must be added and loaded after the main custom_shop.amxx plugin.
Forum: New Plugin Submissions 07-23-2020, 08:08
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

Did you add them in plugins.ini? If yes, remove them. They're already in plugins-cshop.ini. You probably added "cshop_items" before "custom_shop" - this won't work, the shop needs to be created...
Forum: New Plugin Submissions 04-16-2020, 08:18
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

It's normal. I didn't make the gravity stack.
The shop applies the gravity only when you buy it.
The knife applies it every time select the knife in your hands and remove it when you change to...
Forum: New Plugin Submissions 03-06-2020, 13:24
Replies: 338
Views: 143,091
Posted By OciXCrom
Re: OciXCrom's Custom Shop + API

#include <amxmodx>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
#include <customshop>

#define TASK_HUD 5345634
#define TASK_REMOVE 2423423

new bool:has_item[33]
Showing results 1 to 25 of 122

 
Forum Jump

All times are GMT -4. The time now is 17:37.


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