#include <amxmodx>
#include <reapi>
#define REWARD random_num(100, 300)
public bomb_defused(defuser)
{
rg_add_account(defuser, REWARD, AS_ADD, true)
}
public bomb_planted(planter)
{
rg_add_account(planter, REWARD, AS_ADD, true)
}
why?work, and i need yet bomb_exploder