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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: DJBosma
Forum: Scripting Help 04-01-2020, 05:07
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Fair enough, could you still apply this?
Forum: Scripting Help 03-31-2020, 17:38
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

I believe the whole idea of my thread was to find a plugin to comply with my server. In the beginning, I clearly stated that I worked with AmxBans, now with GM-x and only needed a resolution for this...
Forum: Scripting Help 03-31-2020, 17:26
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Opening again, Issue presists that flags are not added after map change.

@bugsy - Could you add a function where user can type in chat /reload to get his/her flags? , Second request with lesser...
Forum: Scripting Help 03-29-2020, 19:00
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

That’s ok. I am using another plugin to manage admins from web and users.ini where similar checks are made with json, I’m glad this works.. marking as Solved again
Forum: Scripting Help 03-29-2020, 17:31
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

All well, the only thing is that it does not reload the flags after a map change when player has become a veteran OR pro. After reconnect it is fine.
Forum: Scripting Help 03-29-2020, 14:23
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Primarly I've changed
if ( !PlayerData[ id ][ IsAdmin ] &&
to
if ( !PlayerData[ id ][ IsAdmin ] ) {

in client_authorized. Flag distribution is ok, I've removed the check for admins on...
Forum: Scripting Help 03-29-2020, 09:08
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

@bugsy , could you add if flags are already loaded to not set and save in vault.
Forum: Scripting Help 03-18-2020, 20:42
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

I found some other vip plugins just now that use forwards of amxbans regarding admins. If I have any updates on this, you’ll see them in my first post. Regarding the functionality I do know that it...
Forum: Scripting Help 03-18-2020, 12:35
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

It worked out fine with admin.amxx, amxbans on the other hand does not comply. I'm going to mark this thread as Solved and search for an alternative ban system.

Great job Bugsy!
Thanks a lot.
...
Forum: Scripting Help 03-18-2020, 10:12
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

When I load admins successfully from admin.amxx ( The default plugin ) OR amxbans then your plugin does not set flags , but console_prints SETTING FLAGS FOR..
Forum: Scripting Help 03-18-2020, 08:12
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

So than is there a possibility that you add xsql support and we use the amxbans database ?

PS: or even better... add two commands, one with which I can add admins with, and save them in the...
Forum: Scripting Help 03-18-2020, 06:06
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

That’s great, but my question is still unanswered. How come there is no alternative for adding admins from 2 separate plugins or any other resolution for me using at least users.ini ?

Again: The...
Forum: Scripting Help 03-17-2020, 20:23
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Well, I've disabled amxbans adding admins(not loading them) the issue is still present.
I've uncommented amxbans in plugins.ini and added admin.amxx and your plugin says that flags are added, but...
Forum: Scripting Help 03-17-2020, 19:45
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

It does print in the console SETTING FLAGS FOR STEAM_...

This is the function from amxbans
stock getAccess(id, const name[], const authid[], const ip[], const password[])
{
new index = -1...
Forum: Scripting Help 03-17-2020, 19:29
Replies: 65
Views: 8,326
Posted By DJBosma
Forum: Scripting Help 03-17-2020, 19:20
Replies: 65
Views: 8,326
Posted By DJBosma
Forum: Scripting Help 03-17-2020, 19:00
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

I've added #include <amxmisc> as well simply because it pull's is_user_admin from there.
No resolution what so ever. The flags do not add at all. the message does not change after next round but...
Forum: Scripting Help 03-17-2020, 16:16
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Sounds great actually, all admins will get the flags automatically from users.ini
Forum: Scripting Help 03-17-2020, 15:29
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Well It's adding admins from SQL as well users.ini.. not changing.

This still does not answer the question if I can use the default admin.amxx ?

Here's a link to the plugin as all includes.....
Forum: Scripting Help 03-17-2020, 10:35
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

So.. can you implement this in Amxbans ? What other solutions are there to use both?

PS: what about the default admin.amxx which uses users.ini along side this veteran plugin? There sure must be a...
Forum: Scripting Help 03-17-2020, 08:46
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Amxbans which adds flags thru users.ini & xsql

PS: when I disable amxbans it runs like a charm. Should I provide you the amxbans code? I didn’t had this issue with the code on my first post.
...
Forum: Scripting Help 03-17-2020, 06:45
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

Sill does not add flags. When it displays in the chat that “You are a pro”.
I’ve changed again plugin_authorized to client_authorized, sill no change.

The only other thing I’ve changed is

...
Forum: Scripting Help 03-16-2020, 15:51
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

I've changed to
And every round it does not get further than showing the message under, and not adding flags

I've set mp_roundtime 2 and changed the map multiple times after the first round...
Forum: Scripting Help 03-16-2020, 13:35
Replies: 65
Views: 8,326
Posted By DJBosma
Forum: Scripting Help 03-16-2020, 02:37
Replies: 65
Views: 8,326
Posted By DJBosma
Re: is_user_admin(id) , does not check after map change

PS3: I saw the nvault_prune. Does “* 2” indicate days?

PS2: I’m not seeing a function where it removes the rights and prunes the vault every day.

PS: I saw that it saves the seconds played when...
Showing results 1 to 25 of 34

 
Forum Jump

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


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