Welcome, Guest. Please login or register.
Did you miss your activation email?
September 19, 2024, 11:55:24 PM
Home Help Login Register
News: Zombie Master 2 discussion

  Show Posts
Pages: [1] 2 3 4
1  Other / Trouble in Terrorist Town / Re: Your top 3 maps? on: October 23, 2011, 09:09:14 AM
xmas_nipperhouse

http://www.garrysmod.org/downloads/?a=view&id=123453

de_dolls

http://www.garrysmod.org/downloads/?a=view&id=123455

ttt_67thway_v3

http://www.garrysmod.org/downloads/?a=view&id=118363 (version 2)
2  Other / Trouble in Terrorist Town / the errors appeared when i join the server on: August 27, 2011, 03:51:56 AM
[@lua\includes\extensions\table.lua:55] bad argument #1 to 'pairs' (table expected, got nil)

What i have to do to fix it ?
3  Other / Trouble in Terrorist Town / Re: [MAP] ttt_skycity4_finalbeta on: August 22, 2011, 02:46:02 AM
nice map. i have ever seen before So i need to add this thing to my server
4  Other / Trouble in Terrorist Town / Re: Help with custom weapon icons? on: August 21, 2011, 03:47:18 PM
Well,, Then you need to add this sutff directly.

Open the lua file resources.lua (orangebox\garrysmod\gamemodes\terrortown\gamemode)

And Add the line resource.AddFile("materials/VGUI/ttt/icon_awp.vmt") <-- this is a example(So you need to change your direction..)




If it is not works. I don't know what i have to do.. because my english is really not good so dont know how to explain the solution,,
5  Other / Trouble in Terrorist Town / Re: Help with custom weapon icons? on: August 21, 2011, 03:42:32 AM
:D glad to hear that

anyway you can add the direction if you want to add something to download stuff,,


function AddDir(dir) // recursively adds everything in a directory to be downloaded by client
local list = file.FindDir("../"..dir.."/*")
for _, fdir in pairs(list) do
if fdir != ".svn" then // don't spam people with useless .svn folders
AddDir(dir.."/"..fdir)
end
end

for k,v in pairs(file.Find("../"..dir.."/*")) do
resource.AddFile(dir.."/"..v)
end
end


AddDir("materials/VGUI/ttt")




add line the AddDir("your folder")

So it would be



function AddDir(dir) // recursively adds everything in a directory to be downloaded by client
local list = file.FindDir("../"..dir.."/*")
for _, fdir in pairs(list) do
if fdir != ".svn" then // don't spam people with useless .svn folders
AddDir(dir.."/"..fdir)
end
end

for k,v in pairs(file.Find("../"..dir.."/*")) do
resource.AddFile(dir.."/"..v)
end
end


AddDir("materials/VGUI/ttt")
AddDir("materials/troll")
AddDir("models/hats")
AddDir("sound/ttt")



6  Other / Trouble in Terrorist Town / Re: TTT Weapon Placer Is not works. on: August 21, 2011, 03:36:14 AM
lol Thanks :D
7  Other / Trouble in Terrorist Town / Re: Help with custom weapon icons? on: August 20, 2011, 06:23:12 PM
I think i know the solution.

http://www.gamefront.com/files/20697842/download.lua

Put this thing to \orangebox\garrysmod\lua\autorun\server

Then should be work.
8  Other / Trouble in Terrorist Town / Re: TTT Weapon Placer Is not works. on: August 20, 2011, 05:50:10 PM
Still not works.

http://www.youtube.com/watch?v=vm7cHF2MSuc

http://www.youtube.com/watch?v=_9rFLAs--qA&feature=related


Even not works when played gm_construct.
9  Other / Trouble in Terrorist Town / Re: Help with custom weapon icons? on: August 20, 2011, 04:09:05 PM
Also you need to add the icons to your fast dl , But i think you already did it So..

You need to make it sure to works fine...

in the shared file

if SERVER then
  resource.AddFile("materials/VGUI/ttt/icon_ak47.vmt")
end



if CLIENT then
  -- Path to the icon material
  SWEP.Icon = "VGUI/ttt/icon_ak47_2"

  -- Text shown in the equip menu
  SWEP.EquipMenuData = {
      type = "Weapon",
      desc = "멋진 공산당 사람들의 총입니다."
  };
end


A Whole script http://pastebin.com/6sEmYJqn

Your shared lua file had to have it And replace the materials file with correct direction

Such as




\orangebox\garrysmod\materials\vgui\ttt

Lastly, Check Vmt file out.



Mostly, That's always the way.
10  Other / Trouble in Terrorist Town / TTT Weapon Placer Is not works. on: August 20, 2011, 07:58:26 AM
:(
11  Other / Trouble in Terrorist Town / Re: Have a problem about Weapon Spawner. on: August 03, 2011, 10:24:31 AM
anyone?
12  Other / Trouble in Terrorist Town / Have a problem about Weapon Spawner. on: August 02, 2011, 07:16:59 AM
http://www.youtube.com/watch?v=_9rFLAs--qA

That's my problem.

I dont know since it begin to appears... If I spawn A weapon ,5 seconds later It disappears lol.
13  Other / Trouble in Terrorist Town / Re: Custom AMMO! on: July 31, 2011, 05:27:24 AM
Works very well. Thanks :D
14  Other / Trouble in Terrorist Town / Re: Custom AMMO! on: July 29, 2011, 09:19:57 AM
have a problem.

i added the scripts language.Add("airboatgun_ammo", "Heavy gun ammo") to the shared.lua (ammo shared file)

But still appears "Airboatgun_ammo"

What should i do?
15  Other / Trouble in Terrorist Town / Re: Needs some help on: July 29, 2011, 09:18:12 AM
yep fixed it THanks you guys!
16  Other / Trouble in Terrorist Town / Re: Needs some help on: July 29, 2011, 12:30:59 AM
there  is no other way to fix it? ..

17  Other / Trouble in Terrorist Town / Re: Needs some help on: July 28, 2011, 02:38:00 PM
What should i do? :S
18  Other / Trouble in Terrorist Town / Re: Needs some help on: July 28, 2011, 07:12:11 AM
excatly, Yes. As you can see the ammo are filled of full charge.
19  Other / Trouble in Terrorist Town / Re: TTT_lostcoastcity on: July 27, 2011, 11:44:43 PM
Cool
20  Other / Trouble in Terrorist Town / Re: Needs some help on: July 27, 2011, 11:25:58 PM
Thanks! It works! but such as MP5 (here is the script http://pastebin.com/EgYLXzNk)

Still strange happens when i drop the mp5 and grab again.
Pages: [1] 2 3 4


Login with username, password and session length

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