10 lines
248 B
Lua
10 lines
248 B
Lua
include("autorun/server/sv_symbtoms.lua")
|
|
|
|
table.insert(Symbtoms_list, "cough" = cough_func)
|
|
|
|
--- Send a packet to trigger cough animation to the player
|
|
---@param side UID64 string? UID64 of the player
|
|
---@return void
|
|
function cough(UID64)
|
|
|
|
end |