Amx XCvar - Cvar Limits

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

Amx XCvar - Cvar Limits

Post by greenie »

/* * * * * * * * * * * * * * *
* Amx Mod X
* XCVAR
*
* Plugin is used to limit the cvars unworthy admins are able to use.
*
* Add/Edit %configsdir%/cvarlist.ini
* 1 cvar per line
*
*
* Example of cvarlist.ini
*
* mp_maxrounds
* mp_timelimit
* sv_gravity
* etc...
*
*******************************************
* Created by: $uicid3 V1.2
*
* v1.2 - Cleaned-up code. Made it neater and more efficient.
* - Comments now allowed in cvarlist.ini
* v1.1 - Fixed Bug that if there were spaces in cvarlist.ini you would need exact spacing.
* - Now spacing in ini file doesnt mean anything as long as each cvar is on a different line.
* V1.0 - First creation.
*
* This file is provided as is (no warranties).
*
* This file is free software you can redistribute this as
* you please.
*
********************************************
*
* Commands:
* amx_xcvar <cvar> <value> //Set cvar value
* amx_xcvar <cvar> //View cvar value
* amx_xcvar ? //View available cvars
*
*****************************************************/
.zip
Post Reply

Return to “Server Management”