TOOL:LeftClick()
local ArcadeTrain = ents.Create("gmod_subway_81-720") -- can be called only from server
function ArcadeTrain:InitializeSystems()
self:LoadSystem("Arcade_Systems") -- must be called from shared
end
ArcadeTrains:Spawn()
end
how can i do it?
You need either network this function to client or make a entity as folder/ent_subway.lua etc and write a function there
Sorry, you need to Log In to post a reply to this thread.