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:player.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 foldersqlatestfeatures04rel32
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. Quote from: AdTec_224 on Jul 05, 2024, 09:15 PM
- Added support for http downloads using server config option 'storeurl' followed by the url to the root of the store
- Add player option for toggling bleeding peds
- Added plugin call to kill player
- Server will now randomly pick car colours if either colour is set to -1
- Added support for turning the engine off
- Added plugin call to open automobiles' bonnets
- Added plugin call to pop open automobiles' boots
- Added plugin calls for player 3D arrow blips
- Implemented fine-grained drunk visuals and handling
- Changes to module list (now includes a file hash)
Server downloads:
Windows Server (x64)
Windows Server (x86)
Linux Server (x64)
Linux Server (x86)
Plugin SDK header
Add player option for toggling bleeding peds
Added plugin call to kill player
Server will now randomly pick car colours if either colour is set to -1
Added support for turning the engine off
Added plugin call to open automobiles' bonnets
Added plugin call to pop open automobiles' boots
Added plugin calls for player 3D arrow blips
player.Bleeding = true ;
player.DrunkVisuals = true ;
player.DrunkHandling = true ;
but it doesn't work for me anymoresqlatestfeatures04rel32
MSG: No main script file - not starting Squirrel VM.