View Single Post
Ace67
Senior Member
Join Date: Sep 2020
Location: France
Old 05-18-2021 , 05:54   Re: Money Every 5 Minutes
Reply With Quote #26

Quote:
Originally Posted by Bugsy View Post
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))
    }

Thanks works ;)
__________________
CS:CZ > CS 1.6
Ace67 is offline