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

Showing results 1 to 25 of 28
Search took 0.01 seconds.
Search: Posts Made By: OciXCrom
Forum: New Plugin Submissions 02-08-2021, 14:21
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Until you decide to reset the data.
Forum: New Plugin Submissions 01-24-2020, 08:19
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Since the game doesn't allow 2 players with the same name (e.g. Player and PlayeR isn't valid), plus admins in users.ini are usually added without the case-sensitive flag "k", I think it's better to...
Forum: New Plugin Submissions 01-09-2020, 13:40
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Added, thanks.
Forum: New Plugin Submissions 12-23-2018, 09:27
Replies: 64
Views: 24,076
Posted By OciXCrom
Forum: New Plugin Submissions 12-23-2018, 08:38
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

By using a plugin that does that.
Forum: New Plugin Submissions 11-29-2018, 14:19
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Use the amx_plugins command and check if it's running.
Forum: New Plugin Submissions 10-27-2018, 09:30
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

If you know how to make plugins, you will know how it actually happens. If you don't, there's no point in explaining this. You're asking unrelevant questions.
Forum: New Plugin Submissions 10-26-2018, 07:42
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

The plugin isn't supposed to write in users.ini. It writes in a separate nVault file.
Forum: New Plugin Submissions 10-05-2018, 07:07
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

That plugin is old. The current plugin needs to be overhauled and use the new 1.9 functions, as well as receive many new additions. Check the upcoming plugin features list.
Forum: New Plugin Submissions 10-04-2018, 19:12
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

I don't plan to do that before the default AMXX admin plugin gets an update where an expiration date can be set.
Forum: New Plugin Submissions 08-06-2018, 10:19
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Actually I just realized that when the player receives the VIP flags a message is shown in chat, so this is definitely the moment when the timestamp should be retreived. I may add this soon. There's...
Forum: New Plugin Submissions 08-06-2018, 08:19
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Change:

if(is_user_alive(id))

With:

if(is_user_alive(id) && !is_user_bot(id))
Forum: New Plugin Submissions 08-05-2018, 16:41
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

@HamletEagle - I know how to compare the dates, my only worry is when to actually save and load the timestamp because right now the only thing that the plugin saves is the amount of kills the player...
Forum: New Plugin Submissions 08-05-2018, 14:42
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

No, people with the flag set in #define SKIN_FLAG will do (ADMIN_RESERVATION is flag "b"). Change the flag if you have a different flag set in BecomeVIP.ini and set the model names.
Forum: New Plugin Submissions 08-05-2018, 14:16
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

1. That will be very complicated to make so I don't have such plans for now.

2. Any simple and properly coded plugin. Here's one that I made:

#include <amxmodx>
#include <cstrike>
#include...
Forum: New Plugin Submissions 07-30-2018, 15:13
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Try disabling the IGNORE_BOTS option since I didn't really test it out.
Forum: New Plugin Submissions 07-30-2018, 14:29
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Post your BecomeVIP.ini file too.
Forum: New Plugin Submissions 07-30-2018, 14:28
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

This hasn't happened to anyone else. Probably some other plugin is causing problems.

Try this simple code:

#include <amxmodx>

public plugin_init()
{
register_clcmd("say /flags", "change")...
Forum: New Plugin Submissions 07-30-2018, 12:48
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Try using the original plugin without your modifications and see if the problem persists. Also make sure to check for error logs.
Forum: New Plugin Submissions 07-29-2018, 08:03
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Added IGNORE_BOTS in the .ini file.
Forum: New Plugin Submissions 07-28-2018, 17:13
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

@Shadowless - what's the problem exactly? Of course it gives to bots too, why wouldn't it? If you don't want to, simply edit the plugin you're using. I'll add an option in my plugin too.
...
Forum: New Plugin Submissions 02-06-2018, 07:35
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Find the set_vip_flags function in the code and replace it with this one:

set_vip_flags(const id, const bool:bAnnounce)
{
set_user_flags(id, g_eSettings[VIP_FLAGS_BIT])

if(bAnnounce)
{...
Forum: New Plugin Submissions 01-25-2018, 12:46
Replies: 64
Views: 24,076
Posted By OciXCrom
Forum: New Plugin Submissions 01-24-2018, 13:53
Replies: 64
Views: 24,076
Posted By OciXCrom
Forum: New Plugin Submissions 01-23-2018, 07:28
Replies: 64
Views: 24,076
Posted By OciXCrom
Re: Become VIP Plus

Added. Thanks.
Showing results 1 to 25 of 28

 
Forum Jump

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


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