Well, the problem is it won't save when I restart the server. Anyway I could fix this?
You could perma-prop the Vendor , but idk how effective that would be tbh.
Make it spawn using InitPostEntity.
[CODE]
hook.Add("InitPostEntity"), "dostuff", function()
local npc = ents.Create(VENDOR CLASS NAME HERE)
npc:SetPos(VECTOR STUFF)
npc:SetAngles(ANGLE STUFF)
npc:Spawn()
end)
[/CODE]
Lua/autorun/server/sv_dostuff.lua
Sorry, you need to Log In to post a reply to this thread.