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

Showing results 1 to 25 of 317
Search took 0.01 seconds.
Search: Posts Made By: OciXCrom
Forum: New Plugin Submissions 02-25-2024, 09:16
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Yes, by adding this sub-plugin
https://www.amxx-bg.info/forum/viewtopic.php?f=110&p=47525
Forum: New Plugin Submissions 06-24-2022, 15:00
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

There isn't one currently and this is a lot of work to get everything working perfectly.

A simple command to show just the rank is less work but needs to be done differently depending on whether...
Forum: New Plugin Submissions 06-23-2022, 14:26
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

There is via sub-plugins, but not directly via the plugin itself. Statistics are planned for a long-awaited future update.



Because you have more serious issues with your server or SQL...
Forum: New Plugin Submissions 06-10-2022, 14:30
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

I didn't mention anything about renaming or deleting a file?
Forum: New Plugin Submissions 06-10-2022, 14:03
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Thanks for the translation.

It cannot be the same if you changed it. After map change it will start reading data from a fresh new file so no old data could possible be there.

You need to change...
Forum: New Plugin Submissions 06-09-2022, 14:33
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Simply change the name of the vault file or SQL table where the data is saved (via the .ini file).
Having a command to do this is very dangerous.
Forum: New Plugin Submissions 06-04-2022, 06:44
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

There's no need to manually add natives. Just do #include <crxranks> and you won't have to worry about getting something wrong.
Forum: New Plugin Submissions 05-31-2022, 15:40
Replies: 848
Views: 243,546
Posted By OciXCrom
Forum: New Plugin Submissions 05-29-2022, 09:56
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

I didn't know human classes exist in ZP 4.3. If you have an additional plugin for them, you will have to look into how it works.
Forum: New Plugin Submissions 05-29-2022, 06:34
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

There is no method to directly block class selection in the menu in ZP 4.3. This must be done before the class is applied.

public zp_user_infected_pre(id)
{
if(zp_get_user_next_class(id) ==...
Forum: New Plugin Submissions 05-28-2022, 16:31
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

The code you're trying to add is for ZP 5.0.
Forum: New Plugin Submissions 05-28-2022, 13:58
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

What ZP version are you even using?
Forum: New Plugin Submissions 05-28-2022, 10:03
Replies: 848
Views: 243,546
Posted By OciXCrom
Forum: New Plugin Submissions 05-25-2022, 17:42
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Maybe take a look at the configuration file for the setting with the same name?...
Forum: New Plugin Submissions 05-23-2022, 14:10
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

https://i.imgur.com/poDYKwz.png
Forum: New Plugin Submissions 05-13-2022, 14:07
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Nicely done. You could even do this without the need to edit the .sma file or have a separate .ini file. Maybe implement the required level in the class name itself and read it from there instead of...
Forum: New Plugin Submissions 05-10-2022, 14:44
Replies: 848
Views: 243,546
Posted By OciXCrom
Forum: New Plugin Submissions 05-08-2022, 07:46
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

What can I say. I'm an evil person.
Forum: New Plugin Submissions 05-07-2022, 14:31
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Sorry, I'm not sleeping well and don't understand pseudo-English. Next time cut to the point and give full details.

Simple example of how to make "ZV_MAIN" players receive double XP:

#include...
Forum: New Plugin Submissions 05-06-2022, 16:33
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Sorry for not being able to read minds!

There is no such thing "vip_team_human" in the link you posted.
Forum: New Plugin Submissions 05-06-2022, 13:22
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

There is no flag named "vip_team_human" in AMXX. If your plugin does something custom, post the plugin here.
I can't possibly know what it does and how it can be connected without looking at its...
Forum: New Plugin Submissions 05-04-2022, 16:12
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

I don't understand what you mean by "another plugin's flag". The 'code' isn't helpful either.
Forum: New Plugin Submissions 05-03-2022, 14:06
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

If they don't, they're blocked by another plugin you're using.
Forum: New Plugin Submissions 03-31-2022, 13:28
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Since you have problems with more than one plugin, it's a red flag that something's wrong with your server, and like I said - how it changes the map.
The fact that you're the only one who reported...
Forum: New Plugin Submissions 03-17-2022, 15:08
Replies: 848
Views: 243,546
Posted By OciXCrom
Re: OciXCrom's Rank System [XP|Levels|Ranks]

If you're using AMXX 1.10, you should compile the plugins on that version too. AMXX 1.8.2 has an issue that sometimes prevents the server from detecting when a player disconnected, thus the plugin...
Showing results 1 to 25 of 317

 
Forum Jump

All times are GMT -4. The time now is 22:59.


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