if you use module csdm, it atuomaticlly respawns a dead player, you don't need to do any respawn thing. if you want to set the money when respawn, just use this:
public csdm_PostSpawn(player, bool:fake)
{
cs_set_user_money(player, 10000)
return PLUGIN_CONTINUE
}