multitheftauto / amx

MTA AMX compatibility layer.
zlib License
31 stars 8 forks source link

Implement Get/SetPlayerDrunkLevel #81

Open lopezloo opened 2 years ago

lopezloo commented 2 years ago

Function name GetPlayerDrunkLevel(playerid) SetPlayerDrunkLevel(playerid, level)

Describe the function https://team.sa-mp.com/wiki/GetPlayerDrunkLevel.html https://team.sa-mp.com/wiki/SetPlayerDrunkLevel.html

Examples of using of the function -

Equivalent in MTA https://wiki.multitheftauto.com/wiki/GetCameraShakeLevel https://wiki.multitheftauto.com/wiki/SetCameraShakeLevel + some custom logic

Additional information -