Garry's Mod

[Help] Pointshop Playermodel Error

Submitted by jord404, , Thread ID: 63306

Thread Closed
03-12-2017, 01:46 AM
#1
Hey guys, This error is relevantly new to me, I've heard other people having this same issue before but I have still not found any fix for this. The model appears fine in the player model view but when purchasing the model from the shop I see a giant 'red' error sign.

Picture of problem:https://gyazo.com/5d6d27f846c4ffbf1917e0081ef5f4c5

If anybody could help me, you would be a complete lifesaver!
Happy to any replies regarding the subject.

RE: [Help] Pointshop Playermodel Error

This post was last modified: 03-12-2017, 01:53 AM by Lakeey
#2
Hello, jord404 the reason you are having errors with your, "Pointshop Playermodel" is because you have probably enter the code incorrectly. You have probably had a "\" instead of a "/". Or, your issue can be a client side problem and only you're getting it. There might be something conflicting with the pointshop system you're using probably that's causing the error. Just check your code to make sure your slashes are correctly formatted. Also, not to mention make sure you subscribed to the playermodel's workshop!
[Image: T9B2tgy.png]

RE: [Help] Pointshop Playermodel Error

OP
#3
03-12-2017, 01:52 AM
Lakeey Wrote:
Hello, jord404 the reason you are having errors with your, "Pointshop Playermodel" is because you have probably enter the code incorrectly. You have probably had a "\" instead of a "/". Or, your issue can be a client side problem and only you're getting it. There might be something conflicting with the pointshop system you're using probably that's causing the error. Just check your code to make sure your slashes are correctly formatted. Also, not to mention make sure you subscribed to the playermodel's workshop!

Hey bro, everything looks perfect, this problem is driving me insane, could you add me on skype so maybe you could help me a little better? Skype: Lumped

RE: [Help] Pointshop Playermodel Error

#4
03-12-2017, 02:13 AM
jord404 Wrote:
Hey bro, everything looks perfect, this problem is driving me insane, could you add me on skype so maybe you could help me a little better? Skype: Lumped
Ewwww, who uses skype anymore that's cancer. Currently I'm grounded and I'm my school's Chromebook which almost everything is blocked only sort of community we can use is NBB's PMs.
[Image: T9B2tgy.png]

RE: [Help] Pointshop Playermodel Error

OP
This post was last modified: 03-12-2017, 02:35 AM by jord404
#5
03-12-2017, 02:17 AM
Lakeey Wrote:
Ewwww, who uses skype anymore that's cancer. Currently I'm grounded and I'm my school's Chromebook which almost everything is blocked only sort of community we can use is NBB's PMs.

Need 25 posts to use DM's apperntlybut yeah, I'm trying it out right now, I'll let you know what happens Smile!

03-12-2017, 02:17 AM
Lakeey Wrote:
Ewwww, who uses skype anymore that's cancer. Currently I'm grounded and I'm my school's Chromebook which almost everything is blocked only sort of community we can use is NBB's PMs.
Code:
ITEM.Name = 'Darth Maul'
ITEM.Price = 3500
ITEM.Model = 'models/nate159/hero/player/darthmaul.mdl'

function ITEM:OnEquip(ply, modifications)
if not ply._OldModel then
ply._OldModel = ply:GetModel()
end

timer.Simple(1, function() ply:SetModel(self.Model) end)
end

function ITEM:OnHolster(ply)
if ply._OldModel then
ply:SetModel(ply._OldModel)
end
end

function ITEM:PlayerSetModel(ply)
ply:SetModel(self.Model)
end

RE: [Help] Pointshop Playermodel Error

#6
Are you using a fresh version one? Maybe it is happening due an older version?

RE: [Help] Pointshop Playermodel Error

OP
This post was last modified: 03-12-2017, 03:09 AM by jord404
#7
03-12-2017, 02:50 AM
Engineer Wrote:
Are you using a fresh version one? Maybe it is happening due an older version?

I'm using pointshop-master with the RX Pointshop skin?

If you watch a load of videos on youtube about adding playermodels to pointshop it's funny because there is 1000's of comments having the same issue as me yet nobody has came up with a solution for this? baffles me.

RE: [Help] Pointshop Playermodel Error

This post was last modified: 03-12-2017, 03:51 AM by ShleepyHead
#8
Why are you adding models through a config? There should be a GUI in the pointshop 2 menu that you will be able to add items to the shop from.

Sorry i just read that it said "pointshop" Not pointshop 2. Just buy the second one its better.

RE: [Help] Pointshop Playermodel Error

This post was last modified: 03-12-2017, 06:47 AM by Lakeey
#9
Now thinking about it jord404, I had this problem a few months back during the summer. I just quite can't figure how I fixed it.
[Image: T9B2tgy.png]

RE: [Help] Pointshop Playermodel Error

OP
#10
I've just downloaded Pointshop 2, is it normal when i click on SHOP, there is nothing there at all?
[Image: d527c86a3c6e950890ae1fd91eac2f95.png]

Users browsing this thread: 9 Guest(s)