Welcome, Guest. Please login or register.
Did you miss your activation email?
September 20, 2024, 02:44:45 AM
Home Help Login Register
News: Zombie Master 2 discussion

  Show Posts
Pages: [1]
1  Other / Trouble in Terrorist Town / Re: Playing sounds if player leaves mid round on: February 19, 2012, 02:27:41 AM
Again I can't thank you enough, Still in the process of learning Lua :D
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
3  Other / Trouble in Terrorist Town / Re: Playing sounds if player leaves mid round on: February 19, 2012, 01:36:18 AM
Many Thanks! :)
4  Other / Trouble in Terrorist Town / Re: Playing sounds if player leaves mid round on: February 18, 2012, 02:12:47 AM
Much appreciated looks like it would do what I need, question is where would I go about putting this? gamemode/terrortown/gamemode/shared.lua?
5  Other / Trouble in Terrorist Town / Playing sounds if player leaves mid round on: February 18, 2012, 01:51:59 AM
I'm not all that familiar with the lua language I was wondering if anyone would even know how to go about making a sound play if someone leaves prior to the round being over.
6  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 13, 2012, 06:19:45 PM
*** Issue fix ***

Something simple that was wrong on my part, for some reason there was a cvar command on my serverconfig that was there when I bought the server called,

mp_fixedcamera, or something along those lines I removed that a poof instant magic.
7  Other / Trouble in Terrorist Town / Re: First timer need help pllz on: January 13, 2012, 05:35:03 PM
I don't think you need all those "gamemode" declarations... just "sv_defaultgamemode" would suffice
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!
9  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 12, 2012, 11:44:57 PM
Just saw that but still need that other crap fixed D:
10  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 12, 2012, 09:59:30 PM
forgot to mention one more thing, at the end of each round everyone is invincible, every TTT server I have been to you can kill everyone at the end... just a side note
11  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 12, 2012, 08:42:44 PM
not seeing any errors... the only thing that came up was that scriptenforcer wasn't active and I changed that.
12  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 12, 2012, 06:57:59 PM
Even tried unistalling ULX to see if there was something conflicting or what not, no good. Really weird....
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.
14  Other / Trouble in Terrorist Town / Re: Problem with controlling props, and spectating on: January 11, 2012, 12:31:42 AM
I do, by server files you mean the CS:S ones? or the TTT ones?
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.
Pages: [1]


Login with username, password and session length

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Page created in 0.015 seconds with 19 queries.