11 lines
299 B
Lua
11 lines
299 B
Lua
symbtoms_list = include("sv_symbtoms.lua")
|
|
|
|
table.insert(symbtoms_list, "cough" = cough)
|
|
|
|
--- Send a packet to trigger cough animation to the player
|
|
---@param side UID64 string? UID64 of the player
|
|
---@param side level float? A float between 0 and 1
|
|
---@return void
|
|
function cough(UID64, level)
|
|
|
|
end |