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

Round Start Money (colored)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose       
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 12-11-2014 , 06:12   Round Start Money (colored)
Reply With Quote #1

Round Money Colored
Author : Gullu Bhai
Version : 1.0

Description : The Start Money Will come in color
Use
!g = Green !n = Normal !t = Team In round_money.txt file

Cvars: round_money (default:16000)

Credits : Conor MC
Leod (colorchat.inc)

Installation : 1. Add round_money.amxx to cstrike/addons/amxmodx/plugins folder
2. Add round_money.sma to
cstrike/addons/amxmod/scripting folder
3. put the round_money.txt to cstrike/addons/amxmodx/data/lang folder
4. Add Colorchat.inc to cstrike/addons/amxmod/scripting/include folder




PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <colorchat>


new MONEY;

public 
plugin_init()
{
register_plugin("round_money(colored)","1.0""Gullu Bhai")

MONEY register_cvar("round_money","16000")

/* Register LANG file */
register_dictionary_colored("round_money.txt" )

register_logevent("new_round"2"1=Round_Start")
}
public 
new_round()
{
new 
players[32], playerCountiplayerpMoney;
pMoney get_pcvar_num(MONEY)

get_players(players,playerCount);

for(
i=0;i<playerCount;i++)
{
player players[i];
if(
cs_get_user_money(player) < pMoney)
{
cs_set_user_money(playerpMoney);
client_print_color(player,print_chat,"%L",LAN G_PLAYER,"MONEY_AMOUNT",pMoney)
}

}

/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/ 

Last edited by YamiKaitou; 12-11-2014 at 10:20.
tousif is offline
 



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 16:49.


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