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

Join Server with flag


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TrullSin
Senior Member
Join Date: Jun 2018
Old 03-03-2019 , 21:43   Join Server with flag
Reply With Quote #1

Hi, could anyone make me a plugin that only that players with flag a can join the server? If dont have flag a, they get kicked.
TrullSin is offline
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 03-04-2019 , 00:59   Re: Join Server with flag
Reply With Quote #2

If noone make it till i get to home then i can do it for you
Nexd is offline
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 03-04-2019 , 06:55   Re: Join Server with flag
Reply With Quote #3

this one should work xD
untested
Attached Files
File Type: sp Get Plugin or Get Source (flaga.sp - 115 views - 618 Bytes)
Nexd is offline
Cruze
Veteran Member
Join Date: May 2017
Old 03-04-2019 , 07:01   Re: Join Server with flag
Reply With Quote #4

PHP Code:
OnClientPostAdminCheck 
Edit: Not sure if OnClientConnectFull is a thing or not.
__________________
Taking paid private requests! Contact me

Last edited by Cruze; 03-04-2019 at 07:02. Reason: edit
Cruze is offline
Nexd
BANNED
Join Date: Dec 2013
Location: Hungary
Old 03-04-2019 , 07:41   Re: Join Server with flag
Reply With Quote #5

i uploaded it with OnClientPostAdminCheck, or not?
Nexd is offline
Pilo
AlliedModders Donor
Join Date: Jan 2019
Location: Israel
Old 03-04-2019 , 09:44   Re: Join Server with flag
Reply With Quote #6

Quote:
Originally Posted by Nexd View Post
i uploaded it with OnClientPostAdminCheck, or not?
PHP Code:
public OnClientConnectFull(client)
{
    if (!
CheckCommandAccess(client"sm_reservation"ADMFLAG_RESERVATION))
    {
        
KickClient(client"Sorry, but you are not allowed to connect.");
    }

You upload this..

Last edited by Pilo; 03-04-2019 at 09:44.
Pilo is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 03-04-2019 , 11:01   Re: Join Server with flag
Reply With Quote #7

Just fix the upload so people don't get confused.

Edit your post to I remove this attachment.
Attached Files
File Type: sp Get Plugin or Get Source (flaga.sp - 105 views - 621 Bytes)
Marttt is online now
Reply



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 20:07.


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