This is what I use currently
<!DOCTYPE html>
<html>
<body style="margin:0px;padding:0px;overflow:hidden">
<iframe src="http://awolgamingttt.enjin.com/forum/m/16863137/viewthread/8662507-awol-gaming-l-trouble-in-terrorist-town-rules" frameborder="0" style="overflow:hidden; overflow-x:hidden ...
Search found 9 matches
- Wed Oct 02, 2013 5:43 pm
- Forum: Garrysmod
- Topic: TTT motd day tabs
- Replies: 1
- Views: 1426
- Wed Sep 11, 2013 9:38 am
- Forum: Garrysmod
- Topic: Player model wont equip
- Replies: 1
- Views: 1235
Player model wont equip
I have this problem when someone puts there character on it goes on automatically on prep time, but when the actual game starts it unequips any suggestions? Heres my code
ITEM.Name = 'Corvo'
ITEM.Price = 250
ITEM.Model = 'models/player/corvo.mdl'
function ITEM:OnEquip(ply, modifications)
if not ...
ITEM.Name = 'Corvo'
ITEM.Price = 250
ITEM.Model = 'models/player/corvo.mdl'
function ITEM:OnEquip(ply, modifications)
if not ...
- Wed Sep 11, 2013 9:36 am
- Forum: Garrysmod
- Topic: Error with player models
- Replies: 1
- Views: 1252
Re: Error with player models
This is my code I dont know if theres a difference but give it a try, it works for me.
ITEM.Name = 'Corvo'
ITEM.Price = 250
ITEM.Model = 'models/player/corvo.mdl'
function ITEM:OnEquip(ply, modifications)
if not ply._OldModel then
ply._OldModel = ply:GetModel()
end
timer.Simple(1, function ...
ITEM.Name = 'Corvo'
ITEM.Price = 250
ITEM.Model = 'models/player/corvo.mdl'
function ITEM:OnEquip(ply, modifications)
if not ply._OldModel then
ply._OldModel = ply:GetModel()
end
timer.Simple(1, function ...
- Sun Sep 08, 2013 5:09 pm
- Forum: Garrysmod
- Topic: TTT music not working
- Replies: 3
- Views: 1807
Re: TTT music not working
downloading*
- Sun Sep 08, 2013 4:51 pm
- Forum: Garrysmod
- Topic: TTT music not working
- Replies: 3
- Views: 1807
Re: TTT music not working
No they are not download for my clientsAre the music files downloading to your clients? Also are they in the correct format?
What do you mean by correct format?
- Sun Sep 08, 2013 1:34 pm
- Forum: Garrysmod
- Topic: TTT music not working
- Replies: 3
- Views: 1807
TTT music not working
I tried using a end of the round addon for my ttt server but it didnt work, Ive ran out of options on how to make end of round music any help?
Thanks
Thanks
- Sun Sep 08, 2013 12:48 pm
- Forum: Garrysmod
- Topic: Help my MOTD is small
- Replies: 4
- Views: 2072
Re: Help my MOTD is small
Thanks it works!
- Sun Sep 08, 2013 10:55 am
- Forum: Garrysmod
- Topic: Help my MOTD is small
- Replies: 4
- Views: 2072
Re: Help my MOTD is small
What will this do?
- Sun Sep 08, 2013 10:18 am
- Forum: Garrysmod
- Topic: Help my MOTD is small
- Replies: 4
- Views: 2072
Help my MOTD is small
Ok so I was recommended to use this code for my motd and paste my website in it but it comes out to small, heres the code
<!DOCTYPE html>
<html>
<body>
<iframe src="http://awolgamingttt.enjin.com/forum/m/16863137/viewthread/8662507-awol-gaming-l-trouble-in-terrorist-town-rules">
<p>Your browser ...
<!DOCTYPE html>
<html>
<body>
<iframe src="http://awolgamingttt.enjin.com/forum/m/16863137/viewthread/8662507-awol-gaming-l-trouble-in-terrorist-town-rules">
<p>Your browser ...