Hey guys.. I've made this ChipMod for JumpGround servers, and i want to set the users Chips, in Money Bar ( normal show money there )
i know how to make it, but it set it back at all round starts?
ill use
PHP Code:
public CmdSetMoney ( iPlayer )
{
new chips = iPlayerChips [ iPlayer ]
cs_set_user_money ( iPlayer, chips, 1 )
}
but its not working ?
and in eventNewRound, ill use
PHP Code:
public eventNewRound ( iPlayer )
{
set_task ( 2.0, "CmdSetMoney", iPlayer )
}
what is wrong ? :s
__________________