function KillPoints( victim, inflictor, attacker )
if( attacker:IsPlayer() and victim:IsPlayer() ) then
attacker:PS_GivePoints( 50 );
attacker:PS_Notify("voce ganhou 50 pontos");
end
end
i don’t know for why not working…
anybody can help me ?
thanks