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

Money Every 5 Minutes


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-17-2021 , 21:31   Re: Money Every 5 Minutes
Reply With Quote #22

In unique timer, replace Give_Money() with:
PHP Code:
public Give_Money(taskid)
{
    new 
id taskid TASK_GETMONEY;
    new 
CsTeams:csTeam cs_get_user_teamid );

    if ( 
CS_TEAM_T <= csTeam <= CS_TEAM_CT )
    {
        
cs_set_user_money(idmin(cs_get_user_money(id) + GIVE_AMOUNT16000))
    }

__________________
Bugsy 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 04:17.


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