Memo IPs

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Memo IPs

Post by greenie »

This plugin manages entries consisting of a chosen name and an IP address for each user. I have a server where the IPs are fixed, don't change much. Here's what you can do with my plugin: adding new entry, renaming, listing active players by registered name, listing all recorded entries, banning/unbanning by registered names (even when offline).

/*** Memo IPs Plugin
*
* (c) Copyright 2006, Kenvelo
*
* amx_memo_add <name> <listname>
* amx_memo_who <name>
* amx_memo_rename <listname> <newlistname>
* amx_memo_ban <listname>
* amx_memo_unban <listname>
* amx_memo_list
*
* Installation note: create the file memo.txt
* in the cstrike directory, containing a single
* '*' character.
*
***/

plugin
source
Post Reply

Return to “Admin Commands”