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

GetAdminFlag Tag Mismatch


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Synaesthesia
New Member
Join Date: Nov 2019
Old 11-19-2019 , 05:24   GetAdminFlag Tag Mismatch
Reply With Quote #1

PHP Code:
new AdminId:adminID GetUserAdmin(client);
    
if(
GetAdminFlag(adminIDADMFLAG_RESERVATIONAccess_Real) == true)
{
    
PrintToChat(client" \x02[SM]\x01 You have acces to this command!");

This code is in OnClientPostAdminCheck(). I get tag mismatch error on if line.

I've used:

PHP Code:
if(IsClientInGame(client) && CheckCommandAccess(client"scolor"ADMFLAG_RESERVATIONfalse))
{


But that doesn't work either. I can use the command it doesn't says "you don't have permission to this command", but nothing happens too. It doesn't even prints a message.

Last edited by Synaesthesia; 11-19-2019 at 05:26.
Synaesthesia is offline
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 11-20-2019 , 06:08   Re: GetAdminFlag Tag Mismatch
Reply With Quote #2

The defines like ADMFLAG_RESERVATION aren't what those functions want.

Here's the doc for GetAdminFlag: https://sm.alliedmods.net/new-api/admin/GetAdminFlag

You can click on "AdminFlag" for the second parameter's type and it'll take you to that enum.
Fyren is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 11-25-2019 , 11:43   Re: GetAdminFlag Tag Mismatch
Reply With Quote #3

CheckCommandAccess
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-25-2019 , 17:20   Re: GetAdminFlag Tag Mismatch
Reply With Quote #4

Quote:
Originally Posted by eyal282 View Post
CheckCommandAccess
You can't emphasize this enough. CheckCommandAccess is designed for this very purpose: https://sm.alliedmods.net/new-api/co...kCommandAccess
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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