mirror of
https://github.com/UberGames/RPG-X2.git
synced 2024-11-15 01:11:46 +00:00
7 lines
No EOL
179 B
Lua
7 lines
No EOL
179 B
Lua
function Example()
|
|
local ent = entity.Spawn()
|
|
if ent == nil then return;
|
|
ent:SetKeyValue("classname", "info_notnull");
|
|
mover:SetPosition(0, 0, 0);
|
|
entity.CallSpawn(ent);
|
|
end |