Show Posts
|
Pages: [1]
|
2
|
Other / Trouble in Terrorist Town / Re: Playing sounds if player leaves mid round
|
on: February 19, 2012, 02:09:24 AM
|
Hmm oddly enough it didn't seem to play the sound =/
resource.AddFile("sound/ragequit.mp3")
local function PlaySound( ) if GetRoundState() == ROUND_ACTIVE then BroadcastLua('surface.PlaySound("sound/ragequit.mp3")') end end hook.Add("PlayerDisconnected", "GuyLeft", PlaySound)
This is what I have
|
|
|
8
|
Other / Trouble in Terrorist Town / Rearming issues
|
on: January 13, 2012, 05:39:41 AM
|
I am trying to rearm a map, I follow the guide to the T, but for some reason when I load up the map in single player I get this:
Weapon/ammo placement script found, attempting import... Reading settings from script... Timer Error: [@lua\includes\extensions\string.lua:34] bad argument #1 to 'string_gmatch' (string expected, got nil)
any help on this subject would be great!
|
|
|
13
|
Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating
|
on: January 12, 2012, 01:22:58 AM
|
I tried a server reinstall, didn't help. Is there something that I have to code? Basically it will let people spectate after they die, but its only first person, there is no free-spectate.
in addition when I am the only one in the server (before any rounds start) I am able to free spectate, and enter a prop but it goes to first person view, and I can't get out of the prop using ctrl.
|
|
|
15
|
Other / Trouble in Terrorist Town / Problem with controlling props, and spectating
|
on: January 10, 2012, 11:55:21 PM
|
I just installed TTT on my server and I have this problem with possessing props/ spectating. When people die it won't let them spectate and also when I am in the server (when its empty) and I am able to fly around, I try to control a prop, but it goes into first person, further more when I hit ctrl to get out of the prop it doesn't work, and the punch meter freezes and I can't move or anything.
I am really at a loss here, is there something I am supposed to adjust code wise? Side note, I just switched the server from a build server and haven't deleted all of the add-ons, I am wondering if that might be an issue.
|
|
|
|
|