How make SWEP working on both Single and Multi mode?
2 replies, posted
Hello,
As title said, how to do it?
I got functions which are only client-side and when I try to test them on Singleplayer mode I can't, even if they are between
[LUA]
if CLIENT then
--client-side functions here
end
[/LUA]
Whan should I do?
If you know how to make a dedicated server, just make one on your desktop, then connect to localhost. It's what I do when I need to test that sort of thing.
Yeah, it's same thing when you Start Multiplayer Game joining on your own server, BUT I need to know how to make it work on both singleplayer mode and multiplayer.
Sorry, you need to Log In to post a reply to this thread.