SMVIP is a plugin for SourceMod that give for specified players extra bonuses. It is developed under General Public License version 3.
- Counter-Strike: Global Offensive
- Counter-Strike: Source
- vip prefix in chat (cvar)
- weapon menu with own skins (cvar)
- greetings when a vip comes to a server
- dynamic motd
- free taser (cvar)
- additional hp at round start (cvar)
- free defuser (cvar)
- extra money at round start (cvar)
- prints in chat who, currently on a server, has VIP status (command)
- multilingual
- vip models
- SourceMod 1.7 or newer (older may work, but they are not supported)
- WWW server
- Replace "YOUR_WEB" with your web, f.e.
window.open(currentlocation.replace("page http://example.com/vip_web/index.html?web=", ""), "_blank");
- Replace "YOUR_WEB" with your web, f.e.
char g_szUrlMotd[512] = { "http://example.com/vip_web/index.html?web=http://example.com/vip_web/vip.php?version=_version&armor=_armor&helmet=_helmet&money=_money&hp=_hp&def=_def&taser=_taser&menu=_menu&prefix=_prefix&res=_res" };
- Put vip_web folder on WWW server
- Compile vip.sp
- Put vip.sp into scripting folder
- Put vip.smx into plugins folder
- Run server and configure cfg/sourcemod/vip.cfg
Karol Szuster (@Ni3znajomy)
Having trouble with SMVIP? Contact karolsz9898@gmail.com or create an issue at GitHub.