View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 05-23-2020 , 15:13   Re: Help me with set_task?
Reply With Quote #2

PHP Code:
//Put this in the bomb_defused() function
set_task1.0 "GiveMoney" id );

public 
client_disconnectid )
{
    
remove_taskid );
}

public 
GiveMoneyid )
{
    
cs_set_user_moneyid cs_get_user_moneyid ) + 2000 );

__________________

Last edited by Bugsy; 05-23-2020 at 15:13.
Bugsy is offline