29.05.2010, 21:08 
	
	
	
		ok here ya go under OnPlayerDeath go
where amount is the dolar value
	
	
	
	
pawn Код:
if(killerid != INVALID_PLAYER_ID) {
if(IsPlayerConnected(killerid)GivePlayerMoney(killerid,amount);
}


