Search found 9 matches

by kArp
Wed Oct 02, 2013 5:43 pm
Forum: Garrysmod
Topic: TTT motd day tabs
Replies: 1
Views: 1178

TTT motd day tabs

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:...
by kArp
Wed Sep 11, 2013 9:38 am
Forum: Garrysmod
Topic: Player model wont equip
Replies: 1
Views: 1041

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 ply....
by kArp
Wed Sep 11, 2013 9:36 am
Forum: Garrysmod
Topic: Error with player models
Replies: 1
Views: 1052

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() ply:Set...
by kArp
Sun Sep 08, 2013 5:09 pm
Forum: Garrysmod
Topic: TTT music not working
Replies: 3
Views: 1460

Re: TTT music not working

downloading*
by kArp
Sun Sep 08, 2013 4:51 pm
Forum: Garrysmod
Topic: TTT music not working
Replies: 3
Views: 1460

Re: TTT music not working

Are the music files downloading to your clients? Also are they in the correct format?
No they are not download for my clients
What do you mean by correct format?
by kArp
Sun Sep 08, 2013 1:34 pm
Forum: Garrysmod
Topic: TTT music not working
Replies: 3
Views: 1460

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 :)
by kArp
Sun Sep 08, 2013 12:48 pm
Forum: Garrysmod
Topic: Help my MOTD is small
Replies: 4
Views: 1674

Re: Help my MOTD is small

Thanks it works!
by kArp
Sun Sep 08, 2013 10:55 am
Forum: Garrysmod
Topic: Help my MOTD is small
Replies: 4
Views: 1674

Re: Help my MOTD is small

What will this do?
by kArp
Sun Sep 08, 2013 10:18 am
Forum: Garrysmod
Topic: Help my MOTD is small
Replies: 4
Views: 1674

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 br...