Skip to content

addspawn

Greenman edited this page Jan 20, 2020 · 2 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