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

I want a round money


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mikaeel123
Senior Member
Join Date: Oct 2018
Old 12-14-2018 , 10:18   I want a round money
Reply With Quote #1

Hi all . i want round money . Any round give +3000 money to all players . and show money . i dont want set to 3000 money . i want give 3000
Thanks
Mikaeel123 is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-14-2018 , 10:52   Re: I want a round money
Reply With Quote #2

not tested

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

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "arsmi"

new PcvarMoney

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("HLTV""event_new_round""a""1=0""2=0")
    
PcvarMoney register_cvar("round_money""3000")
}

public 
event_new_round()
{
    new 
iPlayers[32], iNumid
    get_players
(iPlayersiNum"ch")
    for(new 
0iNumi++)
    {
        
id iPlayers[i]
        
        if(
cs_get_user_money(id) > 14000 || !is_user_connected(id))
            continue
            
        
cs_set_user_money(id, (cs_get_user_money(id) + get_pcvar_num(PcvarMoney)))
    }

__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
Mikaeel123
Senior Member
Join Date: Oct 2018
Old 12-14-2018 , 11:11   Re: I want a round money
Reply With Quote #3

I do not know why my server Locked in 500 money how to unlock ? Server not give money
i have deathrun server . in map de_dust2 Give money but in map helvis and .... dont give money

Last edited by Mikaeel123; 12-14-2018 at 11:30.
Mikaeel123 is offline
Reply



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 12:44.


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