How To Add Player Models To POINTSHOP on a TTT Server (SteamCMD) [Gmod]

Channel:
Subscribers:
2,390
Published on ● Video Link: https://www.youtube.com/watch?v=x8iMm1sp8P4



Garry's Mod
Game:
Category:
Tutorial
Duration: 14:48
82,632 views
417


In today's video, I cover the popular gmod addon "Pointshop". I explain how to add player models to your gmod server with halo 3 model found below. Find links to all downloads and code below. Hope this helps!

**CONSTANT PROBLEMS**
If your model is not showing up, always showing an ERROR sign or somehow you cant purchase it. These are your problems:

1: Your code has an error somewhere! (look in the command prompt for the lua line that has an error!
2: The model is not compatible with TTT
3: You haven't downloaded the files via FastDL or file location is wrong (relates back to lua code)

My Channel: http://www.youtube.com/theslammer92
My Twitter: http://www.twitter.com/slammy92

Fox Warrior:
http://fox-warrior.com/RAG/downloads.html

Halo 3 Model:
http://steamcommunity.com/sharedfiles/filedetails/?id=132286705

Steam Subscription Converter (GmodConverter):
http://www.4shared.com/file/U6CfLOEv/gmadconv.html


POINTSHOP PLAYER MODEL CODE:

ITEM.Name = 'Model Name Goes here'
ITEM.Price = 250
ITEM.Model = 'Model File Location Goes Here'

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


PLAYER MODEL LUA CODE:

if (SERVER) then
player_manager.AddValidModel( "Model Name Goes Here", "Model File Location Goes Here" )
AddCSLuaFile( "CallThisAnything.lua" )
end

list.Set( "PlayerOptionsModel", "Model Name Goes Here", "Model Location Goes Here" )


STOP PLAYER MODEL RESET AT BEGINNING OF ROUND:

Go to gamemodes/terrortown/gamemode/player_ext.lua
Scroll down to line 271, either delete it or hide it by adding "//" at the beginning of the code line. now your models work after the round starts.




Other Videos By SlamJam


2016-02-01GTA V FUNNY MOMENTS w/FRIENDS
2015-11-15EPIC SHOTS [NBA 2K15 Memories]
2014-04-06PHANTOM TRAINEE UNLOCKED!!! LEGIT!!! (Battlefield 4)
2013-12-12How To Unlock "PHANTOM PROSPECT" Premium Assignment Dogtag [Phase 1] (Battlefield 4)
2013-11-18★☆★ BEST ELECTRO HOUSE REMIX NOVEMBER 2013 [DJ Slammy] ★☆★
2013-11-11COD Ghost - COLOURED CLANTAG [PS3 & Xbox]
2013-10-02GTA V KNOCKOUT COMPILATION - FRANKLIN (POW - By Lethal Bizzle) [PS3]
2013-09-29Grand Theft Auto V - How To Get $999,999,999!!! [Generator] (No Survey)
2013-09-02PAYDAY 2 - "They See me Baggin, They Hatin" Trophy Guide FASTEST/EASIEST WAY!!! [PS3/PC/Xbox]
2013-08-06How To Use TTT Weapon Placer on a TTT Server [Gmod]
2013-07-24How To Add Player Models To POINTSHOP on a TTT Server (SteamCMD) [Gmod]
2013-07-10How To Add Custom Weapons (SWEPS) To The TRAITOR/DETECTIVE Menu & Create Custom VTF Icons
2013-07-08How To Convert/Add CUSTOM WEAPONS To A TTT Server [Gmod]
2013-06-04How To Get *NEW* Camos (Cyborg & Dragon) and *Coloured* Classes using iHc Class Tool [PATCHED!!!]
2013-04-23How To Show/Import Photos/Videos/Music From iPhone/iPod/iPad to PS3/XBOX using iMediaShare App
2013-04-22MADubstep Logo Speedart [Black Ops 2 Emblem]
2013-04-08BF3 Funny Moments - Dirt Bike Episode
2013-04-02Black Ops 2 - DEATH MACHINE & GRAFFITI CAMO GLITCH/HACK [Confused Lobby Patch 1.07 PS3]
2013-03-26BRILLIANT MOMENT FOR C4!
2013-03-08Tips on How To be a PRO on Air Superiority (BF3, End Game DLC)
2013-02-12How To Fix Sticky Analogs and Random Button Presses on a PS3 Controller [Dis-assemble/Re-assemble]



Tags:
garrysmod
GMOD
gmod
TTT
server
trouble in terrorist town
custom weapons
sweps
weps
weapons
sandbox
tutorial
help
how to
trails
vtfedit
pointshop
ulx
ammo
laser mini gun
death machine
maps
weapon_tttbase
playermodels
player
models
halo
spartan
green
resource generator
fox warrior
steam community generator



Other Statistics

Garry's Mod Statistics For SlamJam

At present, SlamJam has 207,843 views spread across 4 videos for Garry's Mod, and less than an hour worth of Garry's Mod videos were uploaded to his channel. This is less than 0.37% of the total video content that SlamJam has uploaded to YouTube.