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

Request > Banned player list


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wendetta
Member
Join Date: Jul 2012
Old 03-04-2017 , 07:07   Request > Banned player list
Reply With Quote #1

Hi,

I need this plugin.

If Players use " /bannedplayer " command, Players see the banned player list.

And banned player list = configs/bannedplayerlist.ini

Thanks ...
wendetta is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 03-04-2017 , 07:11   Re: Request > Banned player list
Reply With Quote #2

hmm if you have website will be more easy
with amxbans
when player say /bannedplayer it show him motd of wwwyoursweb.com/amxbans/ban_list.php

will be more easy if you dont have website try use freewebsite and setup in it amxbans and it will be more easy :d
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
wendetta
Member
Join Date: Jul 2012
Old 03-04-2017 , 07:21   Re: Request > Banned player list
Reply With Quote #3

I have got a website but I dont want to use a website . Need plugin .
wendetta is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-04-2017 , 07:41   Re: Request > Banned player list
Reply With Quote #4

You don't know how to set it up*
And how is that list going to be displayed?
__________________

Last edited by OciXCrom; 03-04-2017 at 07:41.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
wendetta
Member
Join Date: Jul 2012
Old 03-04-2017 , 08:39   Re: Request > Banned player list
Reply With Quote #5

Quote:
Originally Posted by OciXCrom View Post
You don't know how to set it up*
And how is that list going to be displayed?
Banned player list will appear in motd.
wendetta is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 03-04-2017 , 12:26   Re: Request > Banned player list
Reply With Quote #6

yes like i said try use freewebsite and setup in it amxbans and use this motd
PHP Code:
<html
<
head
<
title><center>Banned Player List<center></title
</
head
<
body bgcolor="#000000" scroll="no"
<
meta http-equiv="Refresh" content="0;url=http://freewebsite.web.com/amxbans/ban_list.php"
</
body
</
html
and use this plugin for show this motd...
PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
    
register_plugin("Motd Banned Players","1.0","DeXTeR")
    
register_clcmd("say /bannedplayer","bannedlist",0,"- Shows the MOTD.")
}

public 
bannedlist(id,level,cid) {

    if (!
cmd_access(id,level,cid,1))
    return 
PLUGIN_CONTINUE
    
    show_motd
(id,"banned_list.txt")
    return 
PLUGIN_CONTINUE   

__________________

Last edited by D3XT3R; 03-04-2017 at 12:28.
D3XT3R is offline
Send a message via Skype™ to D3XT3R
wendetta
Member
Join Date: Jul 2012
Old 03-04-2017 , 13:00   Re: Request > Banned player list
Reply With Quote #7

Thanks men ...

Help please : https://forums.alliedmods.net/showthread.php?t=294610
wendetta is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-04-2017 , 13:17   Re: Request > Banned player list
Reply With Quote #8

Just be aware that an MOTD can only show 1536 characters so it will only show a truncated list of the bans. To get it to show more characters, you must use an public website.
__________________

Last edited by fysiks; 03-04-2017 at 13:17.
fysiks is offline
D3XT3R
AlliedModders Donor
Join Date: Nov 2016
Location: Lithuania, Bomb A (Kauna
Old 03-04-2017 , 13:31   Re: Request > Banned player list
Reply With Quote #9

Quote:
Originally Posted by fysiks View Post
Just be aware that an MOTD can only show 1536 characters so it will only show a truncated list of the bans. To get it to show more characters, you must use an public website.
you right !
__________________
D3XT3R is offline
Send a message via Skype™ to D3XT3R
Old 03-05-2017, 05:56
Relaxing
This message has been deleted by Relaxing. Reason: Wrong, Incorrect
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 14:07.


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