Hello all,
I'm currently in the middle of working on a Public GMod Server ( Prop Hunt only ). I have been adding in custom player models, and they look/work fine for me-- but for others, they come up as ERROR sign ( both as a preview in the pointshop, and as an equipped player model ).
I'd also like to note that I am using a Server Hosting Site that I pay for monthly; and provide a place to store all of my files and such. I use FileZilla to transfer them from my Mac ( yes, I am a Mac user.. ) to the Server.
Is there anyway around this? Below are examples of the coding for a player model and where they are located:
[B]
addons/pointshop-master.1/lua/pointshop/items/playermodels/vendettaplayer.lua[/B]
[IMG]http://orig06.deviantart.net/fa4e/f/2016/078/7/a/screen_shot_2016_03_19_at_4_26_15_pm_by_arohathestrange-d9vq5j7.png[/IMG]
[B]
addons/pointshop-master.1/lua/autorun/vforvendetta.lua[/B]
[IMG]http://orig13.deviantart.net/5f29/f/2016/078/8/8/screen_shot_2016_03_19_at_4_26_27_pm_by_arohathestrange-d9vq5jw.png[/IMG]
I have the .gma file and it's extracted contents in the addons section/folder. I have also set it up that everyone who connects to the Server will download all required Workshop items that are in my Steam Collection.
If you'd like to contact me outside of here, my Steam is [B]ArohaTheStrange.[/B]
Thanks!! C:
Change
[CODE]
resource.Addfile( "" )
[/CODE]
To
[CODE]
resource.AddFile( "" )
[/CODE]
The F has to be a capital.
I suggest you look into [URL="https://github.com/FPtje/Sublime-GLua-Highlight"]GLua Highlighter for Sublime[/URL], It will highlight GLua things so you can tell if you make a mistake as it won't highlight it.
Have installed but nothing highlighted that mistake. Did change that coding, but still the same results.
Sorry, you need to Log In to post a reply to this thread.