cs 1.6 RoundStart Money Plugin
Descriptions:
f some one need to his server , all rounds player get 16000$ money
Name: RoundMoney
Version: 0.1
Installation:
1- round_money.sma file, put it in addons / amxmodx / scripting
2- round_money.amxx file, put it in addons / amxmodx / plugins
3- Enter the file addons / amxmodx / configs / plugins.ini and add the following Informations :
MoneyGive.amxx
Code :
public event_new_round()
{
new players[32], num, tid
get_players(players, num, "ach")
for( new i = 0; i < num; i++ )
{
cs_set_user_money(players, 16000)
}
ColorChat(0,NORMAL,"^4[MC-AMXX] ^3Get The Money^_^")
}
Download :
Post a Comment