View Single Post
Author Message
DiogoOnAir
Senior Member
Join Date: Jul 2018
Location: Portugal
Old 03-06-2019 , 13:07   [CSGO] MatchMaking ranks with RankMe support and !prestige - V2 BETA
Reply With Quote #1

This plugin is a MatchMaking rank system with rankme support and !prestige
!Prestige basically is when a player went global elite he can write !prestige in chat to be silver 1 again he will win a prize like credits after he can went global elite again. The difficulty to be global will increase according to prestige level. Max prestige level is level 5.

NEW Freatures
!pmodels - Models depending on the prestige level of the player
Block commands by prestige level

Cvars
sm_ranksbyrankme_credits - Default 1000 - Amount of credits to give when player do !prestige
sm_ranksbyrankme_mode - Default 1 -What player wins by doing !prestige - 1 to give credits / 2 WAITING FOR IDEAS
sm_ranksbyrankme_chattag - Enables/Disables chat prestige tag
sm_ranksbyrankme_modelsenabled - Enables/Disables prestige models

Commands
sm_prestige - Prestige command
sm_lvl - Prestige Menu
sm_pmodels - Prestige models
sm_chattag - disable chat tag, client side
sm_setprestige - FLAG ROOT NEEDED - set prestige level of a client - Usage - !setprestige steamid level

Installation
Download the plugin at github
Move it to addons/sourcemod folder
Customize the cvars in your sourcemod.cfg
Enable resetmyrank in your rankme plugin(REQUIRED)
Add the database named ranksbyrankme For example

"ranksbyrankme"
{
"driver" "mysql"
"host" "ip"
"database" "dbname"
"user" "user"
"pass" "password"
}

To configure models/commands according to prestige level go to sourcemod configs folder and search for the files
prestigemodels.txt
ranksforrankme.txt

Edit it like the examples!

Hope you enjoy it!

Optional Dependencies

Store

IMPORTANT
If you find any bugs say me and i will fix it fast has i can.


Download
GitHub
Donate Me

Thanks for ZAP-HOSTING for sponsoring this project.
If you need any server hosting worlwide click Here

//UPDATE V2.2.1
Small bug fix

//UPDATE V2.2
Fixed bugs
Added sm_setprestige to set player prestige level
Removed Chat-Processor dependence

//UPDATE V2.1
Small bug fix

//UPDATE V2
FIXED ALL BUGS AND ISSUES REPORTED
ADDED !pmodel AND OPTION TO BLOCK COMMANDS BY PRESTIGE

Last edited by DiogoOnAir; 06-10-2020 at 17:51. Reason: Big update
DiogoOnAir is offline