Skip to content

addspawn

Toon edited this page Jan 5, 2026 · 3 revisions

Documentation

void addspawn(<string> cmd, <number> sDelay)

Description

Adds command cmd to execute on respawn with a delay in seconds of sDelay.

Example

-- Note: This is just a snippet
["Function"] = function(args, speaker)
    addspawn("esp all", 1)
end

Clone this wiki locally