• Help fixing error
    3 replies, posted
So i am getting this error on one of my murder servers can anyone help me figure out what is causing it, it happens at the beginning of every round. [CODE] [ERROR] addons/pointshop-master/lua/cl_player_extension.lua:70: bad argument #1 to 'ClientsideModel' (string expected, got nil) 1. ClientsideModel - [C]:-1 2. PS_AddClientsideModel - addons/pointshop-master/lua/cl_player_extension.lua:70 3. func - addons/pointshop-master/lua/cl_pointshop.lua:93 4. unknown - lua/includes/modules/net.lua:30 [/CODE]
Some addon is setting the playermodel to nil.
show us the line 70 in cl_player_extension.lua
Make sure all of your items in the point-shop have ITEM.Model = ""; set as proper strings.
Sorry, you need to Log In to post a reply to this thread.