Quote from: Luis_Labarca on May 10, 2025, 03:02 AMbefore usedHow come 'it doesn't work anymore'? By the way, while Player.Bleeding does expect and return a boolean, Player.DrunkVisuals and Player.DrunkHandling do not - they expect an integer. For instance:Code Selectplayer.Bleeding = true ;
but it doesn't work for me anymore
player.DrunkVisuals = true ;
player.DrunkHandling = true ;
and then add the plugin to the server.cfg folderCode Selectsqlatestfeatures04rel32
Code Select
player.Bleeding = true; // true/false (your code is correct for this one)
player.DrunkVisuals = 255; // 0-255
player.DrunkHandling = 8; // 0-4294967295
También hablo español si deseas expresarte mejor. 