Raised This Month: $ Target: $400
 0% 

TF2NADES - 1.0.0.7 (28 Aug 2008)


Post New Thread Reply   
 
Thread Tools Display Modes
naris
AlliedModders Donor
Join Date: Dec 2006
Old 03-18-2009 , 12:20   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #201

I have modified L.Dukes wonderful nade plugin to:
- Work in arena mode
- Fixed crashes when a napalm nade ignites it owner
- Fixed some minor bugs in the gNadeTimer[] and gNadeTimer2[] tracking
- Added a sm_tf2nades_announce convar to show what keys to bind when players connect (1=yes 0=no)
- Added a kinda new bomblet nade
- Added a new beartrap/stun nade
- Added convars for every class (sm_tf2nades_???_type) to specify which nade they use, to allow customization (and to specify which nade sniper should use -- bomblet or beartrap or something else)
- Delay precaching models and sounds until they are actually used
- Check models of entities removed or processed to ensure they are indeed nades
- Remove the disguise of any spys that throw nades
- Don't allow spectators to throw nades
- Hooked say so players can type nadeinfo to show the nade info page and nadestop to stop the info panel
- Added a native interface to allow this plugin to be controlled by a different plugin

Currently, the beartrap nade uses the gas / hallucination nade model since the beartrap model in the game doesn't work. It would be great if someone could take the beartrap model and make it work, like L.Duke did with the other models

I am posting this here in the hopes that L.Duke will consider adding these changes into the "official" ztf2nades plugin.

Also, we have been using this plugin and SM 1.2 for quite some time and have not had any issues with crashing, etc.
Attached Files
File Type: inc ztf2nades.inc (4.7 KB, 187 views)
File Type: sp Get Plugin or Get Source (ztf2nades.sp - 322 views - 74.5 KB)

Last edited by naris; 03-27-2009 at 00:03.
naris is offline
scopesp
Senior Member
Join Date: Jan 2009
Location: Munich
Old 03-18-2009 , 14:19   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #202

nice thx ;)
scopesp is offline
retsam
Veteran Member
Join Date: Aug 2008
Location: so-cal
Old 03-18-2009 , 15:48   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #203

Wow thanks so much naris. Finally the spec issue fixed lol.


The only thing I see lacking here Naris, is the lack of cvar listing. I just looked at the script, you added a boatload of cvars. I know you mentioned in your post(sort of) but, I couldnt figure out anything from that(besides the announce cvar). Nobody is going to know what they are unless you open the sp file heh. Would be nice if you would have listed them all. Remember, this plugin does not auto-create a config.

ALSO. Naris, you got an typo's on your soldier cvar. It says like Soldie Typer heh. Should obviously be soldier_type. I fixed it on mine already. "sm_tf2nades_soldie_typer", "3", "type of special nade given to soldiers (0=none, 3=Nail, etc)"

Anyways....

sm_tf2nades_announce 1/0
sm_tf2nades_bomblet "2" //Number of bomblets given
sm_tf2nades_bomblet_radius "128"
sm_tf2nades_bomblet_damage "50"
sm_tf2nades_trap_radius "128"
sm_tf2nades_trap_damage "10"
sm_tf2nades_trap "2" //Number of traps given
sm_tf2nades_trap_time "5.0" //delay for effects last

//Specify class nade types
sm_tf2nades_engineer_type "9" //type of special nades given to engineers (0=none, 9=Emp, etc)
sm_tf2nades_spy_type "8" //type of special nade given to spys (0=none, 8=Hallucination, etc)
sm_tf2nades_pyro_type "7" //type of special nade given to pyros (0=none, 7=Napalm, etc)
sm_tf2nades_heavy_type "6" //type of special nade given to heavys (0=none, 6=Heavy Mirv, etc)
sm_tf2nades_medic_type "5" //type of special nade given to medics (0=none, 5=Health, etc)
sm_tf2nades_demo_type "4" //type of special nade given to demo men (0=none, 4=Mirv, etc)
sm_tf2nades_soldier_type "3" //type of special nade given to soldiers (0=none, 3=Nail, etc)
sm_tf2nades_sniper_type "2" //type of special nade given to snipers (0=none, 2=Beartrap, 10=Bomblet, 11=Frag, etc)
sm_tf2nades_scout_type "1" //type of special nade given to scouts (0=none, 1=Concussion, etc)


Update: Also, the pyro nades still crash the server if you run SM 1.1.2 or below. I guess pyro nades will only work with 1.2? So if anyone runs this with below 1.2, disable pyro nades or it will crash your server.

Last edited by retsam; 03-18-2009 at 19:10.
retsam is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 03-18-2009 , 19:31   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #204

Quote:
Originally Posted by retsam View Post
Update: Also, the pyro nades still crash the server if you run SM 1.1.2 or below. I guess pyro nades will only work with 1.2? So if anyone runs this with below 1.2, disable pyro nades or it will crash your server.
We started with sm 1.1.<somethingorother> and had no crashes with this plugin (and a boatload of others).

However, since 1.2 has been released and especially since since scout update, you should **really** **really** use at least the 1.2 released version. Especially since the web compiler is 1.2 and any .smx files downloaded form this site won't work with 1.1 (you HAVE to compile it yourself to use with 1.1)

I have not seen our servers run so stably as they have after updating to SM 1.2, MM 1.7.1 and the valve update that fixes crashing servers and pl maps.

Last edited by naris; 03-18-2009 at 19:36.
naris is offline
retsam
Veteran Member
Join Date: Aug 2008
Location: so-cal
Old 03-18-2009 , 19:37   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #205

I guess.... Im just worried itll screw over other plugins.

We had just updated to 1.1.2 recently : /. I guess ill have to do some testing with 1.2 and see how it goes.

Pyro nade definitely does not work in 1.1 though.
retsam is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 03-18-2009 , 23:26   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #206

Quote:
Originally Posted by retsam View Post
I guess.... Im just worried itll screw over other plugins.
Well, we run -- ah -- a couple of plugins and it has been working really, really good and stable.
Everything has been recompiled with the 1.2 compiler.

23:21:42 [SM] Listing 86 plugins:
01 "Weapon Logging" (2. by TTS Oetzel & Goerz GmbH
02 "Fun Commands" (1.2.0) by AlliedModders LLC
03 "Basic Commands" (1.2.0) by AlliedModders LLC
04 "Basic Info Triggers" (1.2.0) by AlliedModders LLC
05 "Fun Votes" (1.2.0) by AlliedModders LLC
06 "Basic Comm Control" (1.2.0) by AlliedModders LLC
07 "Reserved Slots" (1.2.0) by AlliedModders LLC
08 "Quake Sounds" (1.95) by dalto
09 "Fake Death" (0.0.2) by RIKUSYO
10 "TF2 Medipacks" (1.2.1) by Hunter
11 "TF2 Uber Charger" (1.0.1) by -=|JFH|=-Naris
12 "TF Max Players" (4.0) by Nican132
13 "Map Rate" (0.10) by Ryan "FLOOR_MASTER" Mannion
14 "Jetpack" (2.0.5) by Knagg0
15 "TF2 Ammopacks" (1.2.1) by Hunter
16 "TF2 Build Restrictions" (0.3.5) by Tsunami
17 "HGR:Source" (2.1.3d) by SumGuy14 (Aka Soccerdude)
18 "Teleport Tools" (3.0) by Nican132
19 "Medic Infection" (Gamma:7.1) by Twilight Suzuka & -=|JFH|=-Naris
20 "Observer Point" (1.0.100) by <eVa>Dog
21 "TeamSwitch" (1.4) by MistaGee
22 "Say Sounds (including Hybrid Edition)" (3.1.3) by Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
23 "Advertisements" (0.6) by Tsunami
24 "HLSW Nextmap & Timeleft" (1.0) by Tsunami
25 "TF2 Firemines" (1.1.9.1) by Hunter
26 "Gas" (1.0.100) by <eVa>Dog
27 "Grabber:SM" (2.0.0.4) by L. Duke
28 "SourceMod Radio" (1.0.0.12) by dubbeh
29 "tf2nades" (1.0.0.7) by L. Duke
30 "Client Preferences" (1.2.0) by AlliedModders LLC
31 "drug" (1.0.0.0) by SourceMod Team / -=|JFH|=- Naris
32 "SourceCraft Race - Terran SCV" (1.0.0.0) by -=|JFH|=-Naris
33 "SourceCraft Race - Broodling" (1.0.0.0) by -=|JFH|=-Naris
34 "SourceCraft Race - Human Alliance" (1.0.0.0) by PimpinJuice
35 "SourceCraft Race - Zerg Infestor" (1.0.0.0) by -=|JFH|=-Naris
36 "SourceCraft Race - Protoss Probe" (1.0.0.0) by -=|JFH|=-Naris
37 "SourceCraft Race - Protoss Phase Prism" (1.0.0.0) by -=|JFH|=-Naris
38 "SourceCraft Unit - Terran Reaper" (1.0.0.0) by -=|JFH|=-Naris
39 "SourceCraft" (5.0.0 $Revision: 1428 $ beta) by Naris
40 "SourceCraft Upgrade - MindControl" (1.0.0.0) by -=|JFH|=-Naris
41 "SourceCraft Race - Terran Medic" (1.0.0.0) by -=|JFH|=-Naris
42 "SourceCraft Race - Terran Ghost" (1.0.0.0) by -=|JFH|=-Naris
43 "SourceCraft Race - UAW" (1.0.0.0) by -=|JFH|=-Naris (Murray Wilson)
44 "SourceCraft Race - Protoss Archon" (1.0.0.0) by -=|JFH|=-Naris
45 "SourceCraft Race - Sick Farter" (1.0.0.0) by Naris
46 "SourceCraft Race - Zerg Hydralisk" (1.0.0.0) by -=|JFH|=-Naris
47 "SourceCraft Race - Zerg Queen Drone" (1.0.0.0) by -=|JFH|=-Naris
48 "SourceCraft Race - Zergling" (1.0.0.0) by -=|JFH|=-Naris
49 "SourceCraft Race - Zerg Drone" (1.0.0.0) by -=|JFH|=-Naris
50 "SourceCraft Race - Zerg Overlord" (1.0.0.0) by -=|JFH|=-Naris
51 "SourceCraft Race - Protoss Archon" (1.0.0.0) by -=|JFH|=-Naris
52 "SourceCraft Race - Infested" (1.0.0.0) by -=|JFH|=-Naris
53 "SourceCraft Race - Zerg Lurker" (1.0.0.0) by -=|JFH|=-Naris
54 "SourceCraft Race - Zerg Queen" (1.0.0.0) by -=|JFH|=-Naris
55 "SourceCraft Race - Undead Scourge" (1.0.0.0) by PimpinJuice
56 "SourceCraft Race - Protoss Dark Templar" (1.0.0.0) by -=|JFH|=-Naris
57 "SourceCraft Unit - Zerg Ultralisk" (1.0.0.0) by -=|JFH|=-Naris
58 "SourceCraft Unit - Protoss Chimera" (1.0.0.0) by -=|JFH|=-Naris
59 "SourceCraft Race - Night Elf" (1.0.0.0) by PimpinJuice
60 "SourceCraft Unit - Zerg Omegalisk" (1.0.0.0) by -=|JFH|=-Naris
61 "SourceCraft - Shopitems" (1.0.0.0) by -=|JFH|=-Naris, PimpinJuice
62 "SourceCraft Race - Zerg Defiler" (1.0.0.0) by -=|JFH|=-Naris
63 "SourceCraft Upgrade - Burrow" (1.0.0.0) by -=|JFH|=-Naris
64 "SourceCraft Race - Protoss Templar" (1.0.0.0) by -=|JFH|=-Naris
65 "SourceCraft Upgrade - Plague Infect" (1.0.0.0) by -=|JFH|=-Naris
66 "SourceCraft Race - Terran Battlecruiser" (1.0.0.0) by -=|JFH|=-Naris
67 "SourceCraft Race - Terran Vulture" (1.0.0.0) by -=|JFH|=-Naris
68 "SourceCraft Race - Baneling" (1.0.0.0) by -=|JFH|=-Naris
23:21:42 69 "SourceCraft Race - Orcish Horde" (1.0.0.0) by PimpinJuice
70 "SourceCraft Race - Al-Qaeda" (1.0.0.0) by -=|JFH|=-Naris (Murray Wilson)
71 "Spray Tracer" (5.7) by Nican132, CptMoore, Lebson506th
72 "HLstatsX Plugin" (2.7) by TTS Oetzel & Goerz GmbH
73 "Admin Menu" (1.2.0) by AlliedModders LLC
74 "Anti-Flood" (1.2.0) by AlliedModders LLC
75 "Player Commands" (1.2.0) by AlliedModders LLC
76 "Admin Help" (1.2.0) by AlliedModders LLC
77 "Basic Chat" (1.2.0) by AlliedModders LLC
78 "SQL Admins (Threaded)" (1.2.0) by AlliedModders LLC
79 "Nextmap" (1.2.0) by AlliedModders LLC
80 "Sound Commands" (1.2.0) by AlliedModders LLC
81 "Basic Votes" (1.2.0) by AlliedModders LLC
82 "Basic Ban Commands" (1.2.0) by AlliedModders LLC
83 "SQL Admin Manager" (1.2.0) by AlliedModders LLC
84 "Admin File Reader" (1.2.0) by AlliedModders LLC
85 "Tripmines" (2.0.0.4) by L. Duke (mod by user)
86 "Connection counter" (1.0.4) by Goerge
naris is offline
Dragonshadow
BANNED
Join Date: Jun 2008
Old 03-22-2009 , 12:07   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #207

Quote:
Originally Posted by naris View Post
Well, we run -- ah -- a couple of plugins and it has been working really, really good and stable.
Everything has been recompiled with the 1.2 compiler.

23:21:42 [SM] Listing 86 plugins:
01 "Weapon Logging" (2. by TTS Oetzel & Goerz GmbH
02 "Fun Commands" (1.2.0) by AlliedModders LLC
03 "Basic Commands" (1.2.0) by AlliedModders LLC
04 "Basic Info Triggers" (1.2.0) by AlliedModders LLC
05 "Fun Votes" (1.2.0) by AlliedModders LLC
06 "Basic Comm Control" (1.2.0) by AlliedModders LLC
07 "Reserved Slots" (1.2.0) by AlliedModders LLC
08 "Quake Sounds" (1.95) by dalto
09 "Fake Death" (0.0.2) by RIKUSYO
10 "TF2 Medipacks" (1.2.1) by Hunter
11 "TF2 Uber Charger" (1.0.1) by -=|JFH|=-Naris
12 "TF Max Players" (4.0) by Nican132
13 "Map Rate" (0.10) by Ryan "FLOOR_MASTER" Mannion
14 "Jetpack" (2.0.5) by Knagg0
15 "TF2 Ammopacks" (1.2.1) by Hunter
16 "TF2 Build Restrictions" (0.3.5) by Tsunami
17 "HGR:Source" (2.1.3d) by SumGuy14 (Aka Soccerdude)
18 "Teleport Tools" (3.0) by Nican132
19 "Medic Infection" (Gamma:7.1) by Twilight Suzuka & -=|JFH|=-Naris
20 "Observer Point" (1.0.100) by <eVa>Dog
21 "TeamSwitch" (1.4) by MistaGee
22 "Say Sounds (including Hybrid Edition)" (3.1.3) by Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
23 "Advertisements" (0.6) by Tsunami
24 "HLSW Nextmap & Timeleft" (1.0) by Tsunami
25 "TF2 Firemines" (1.1.9.1) by Hunter
26 "Gas" (1.0.100) by <eVa>Dog
27 "Grabber:SM" (2.0.0.4) by L. Duke
28 "SourceMod Radio" (1.0.0.12) by dubbeh
29 "tf2nades" (1.0.0.7) by L. Duke
30 "Client Preferences" (1.2.0) by AlliedModders LLC
31 "drug" (1.0.0.0) by SourceMod Team / -=|JFH|=- Naris
32 "SourceCraft Race - Terran SCV" (1.0.0.0) by -=|JFH|=-Naris
33 "SourceCraft Race - Broodling" (1.0.0.0) by -=|JFH|=-Naris
34 "SourceCraft Race - Human Alliance" (1.0.0.0) by PimpinJuice
35 "SourceCraft Race - Zerg Infestor" (1.0.0.0) by -=|JFH|=-Naris
36 "SourceCraft Race - Protoss Probe" (1.0.0.0) by -=|JFH|=-Naris
37 "SourceCraft Race - Protoss Phase Prism" (1.0.0.0) by -=|JFH|=-Naris
38 "SourceCraft Unit - Terran Reaper" (1.0.0.0) by -=|JFH|=-Naris
39 "SourceCraft" (5.0.0 $Revision: 1428 $ beta) by Naris
40 "SourceCraft Upgrade - MindControl" (1.0.0.0) by -=|JFH|=-Naris
41 "SourceCraft Race - Terran Medic" (1.0.0.0) by -=|JFH|=-Naris
42 "SourceCraft Race - Terran Ghost" (1.0.0.0) by -=|JFH|=-Naris
43 "SourceCraft Race - UAW" (1.0.0.0) by -=|JFH|=-Naris (Murray Wilson)
44 "SourceCraft Race - Protoss Archon" (1.0.0.0) by -=|JFH|=-Naris
45 "SourceCraft Race - Sick Farter" (1.0.0.0) by Naris
46 "SourceCraft Race - Zerg Hydralisk" (1.0.0.0) by -=|JFH|=-Naris
47 "SourceCraft Race - Zerg Queen Drone" (1.0.0.0) by -=|JFH|=-Naris
48 "SourceCraft Race - Zergling" (1.0.0.0) by -=|JFH|=-Naris
49 "SourceCraft Race - Zerg Drone" (1.0.0.0) by -=|JFH|=-Naris
50 "SourceCraft Race - Zerg Overlord" (1.0.0.0) by -=|JFH|=-Naris
51 "SourceCraft Race - Protoss Archon" (1.0.0.0) by -=|JFH|=-Naris
52 "SourceCraft Race - Infested" (1.0.0.0) by -=|JFH|=-Naris
53 "SourceCraft Race - Zerg Lurker" (1.0.0.0) by -=|JFH|=-Naris
54 "SourceCraft Race - Zerg Queen" (1.0.0.0) by -=|JFH|=-Naris
55 "SourceCraft Race - Undead Scourge" (1.0.0.0) by PimpinJuice
56 "SourceCraft Race - Protoss Dark Templar" (1.0.0.0) by -=|JFH|=-Naris
57 "SourceCraft Unit - Zerg Ultralisk" (1.0.0.0) by -=|JFH|=-Naris
58 "SourceCraft Unit - Protoss Chimera" (1.0.0.0) by -=|JFH|=-Naris
59 "SourceCraft Race - Night Elf" (1.0.0.0) by PimpinJuice
60 "SourceCraft Unit - Zerg Omegalisk" (1.0.0.0) by -=|JFH|=-Naris
61 "SourceCraft - Shopitems" (1.0.0.0) by -=|JFH|=-Naris, PimpinJuice
62 "SourceCraft Race - Zerg Defiler" (1.0.0.0) by -=|JFH|=-Naris
63 "SourceCraft Upgrade - Burrow" (1.0.0.0) by -=|JFH|=-Naris
64 "SourceCraft Race - Protoss Templar" (1.0.0.0) by -=|JFH|=-Naris
65 "SourceCraft Upgrade - Plague Infect" (1.0.0.0) by -=|JFH|=-Naris
66 "SourceCraft Race - Terran Battlecruiser" (1.0.0.0) by -=|JFH|=-Naris
67 "SourceCraft Race - Terran Vulture" (1.0.0.0) by -=|JFH|=-Naris
68 "SourceCraft Race - Baneling" (1.0.0.0) by -=|JFH|=-Naris
23:21:42 69 "SourceCraft Race - Orcish Horde" (1.0.0.0) by PimpinJuice
70 "SourceCraft Race - Al-Qaeda" (1.0.0.0) by -=|JFH|=-Naris (Murray Wilson)
71 "Spray Tracer" (5.7) by Nican132, CptMoore, Lebson506th
72 "HLstatsX Plugin" (2.7) by TTS Oetzel & Goerz GmbH
73 "Admin Menu" (1.2.0) by AlliedModders LLC
74 "Anti-Flood" (1.2.0) by AlliedModders LLC
75 "Player Commands" (1.2.0) by AlliedModders LLC
76 "Admin Help" (1.2.0) by AlliedModders LLC
77 "Basic Chat" (1.2.0) by AlliedModders LLC
78 "SQL Admins (Threaded)" (1.2.0) by AlliedModders LLC
79 "Nextmap" (1.2.0) by AlliedModders LLC
80 "Sound Commands" (1.2.0) by AlliedModders LLC
81 "Basic Votes" (1.2.0) by AlliedModders LLC
82 "Basic Ban Commands" (1.2.0) by AlliedModders LLC
83 "SQL Admin Manager" (1.2.0) by AlliedModders LLC
84 "Admin File Reader" (1.2.0) by AlliedModders LLC
85 "Tripmines" (2.0.0.4) by L. Duke (mod by user)
86 "Connection counter" (1.0.4) by Goerge
Can you please put all of those in a rar/zip file for me :O
Build restrictions and medic infection don't work for me on my SM 1.2 server
Parenting buildables doesn't work for me either, but thats not in your list so you haven't fixed it yet
Dragonshadow is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 03-23-2009 , 16:01   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #208

Quote:
Originally Posted by Dragonshadow View Post
Can you please put all of those in a rar/zip file for me :O
No, The SourceCraft Plugins have not been released.

Quote:
Originally Posted by Dragonshadow View Post
Build restrictions and medic infection don't work for me on my SM 1.2 server
You have to edit the scripts/objects.txt file to increase the MaxObjects for all the buildables first. Then you have to go fix it again after EVERY update since it WILL get overwritten.

Medic Infection -- The version I posted in the forums is still working fine for me.

Quote:
Originally Posted by Dragonshadow View Post
Parenting buildables doesn't work for me either, but thats not in your list so you haven't fixed it yet
Patenting is trickey, even if you successfully parent something to an object, it might not work like one would expect and I have often found that it can cause crashes, strange behavior and just break things in general.

An examlpe is if you parent a SG to the "trailer" behind the "chew-chew" on pl_frontier, the trailer will stay where it is while the "chew-chew" goes down the tracks
naris is offline
likmaballs
Junior Member
Join Date: Mar 2009
Location: Oklahoma
Old 03-23-2009 , 18:46   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #209

Well i am running SM 1.2 (lastest stable) and have added everthing correctly and now am having a funny problem...When Pyro's stand near their napalm nade it no longer crashes(kudos on all the work my server thrives on this plugin) but when a Pyro targets another player the server crashes... hehe the problem has been reversed XD. I can't think of any Configs that i can mess with to have switched the issue, but i will take ANY suggestoins PLEASE *great work on adding the functoins to change nades uses with all classes my guys are wetting thr self

Last edited by likmaballs; 03-23-2009 at 18:50. Reason: not detailed enuff
likmaballs is offline
Dragonshadow
BANNED
Join Date: Jun 2008
Old 03-23-2009 , 19:05   Re: TF2NADES - 1.0.0.7 (28 Aug 2008)
Reply With Quote #210

Quote:
Originally Posted by naris View Post
No, The SourceCraft Plugins have not been released.



You have to edit the scripts/objects.txt file to increase the MaxObjects for all the buildables first. Then you have to go fix it again after EVERY update since it WILL get overwritten.

Medic Infection -- The version I posted in the forums is still working fine for me.



Patenting is trickey, even if you successfully parent something to an object, it might not work like one would expect and I have often found that it can cause crashes, strange behavior and just break things in general.

An examlpe is if you parent a SG to the "trailer" behind the "chew-chew" on pl_frontier, the trailer will stay where it is while the "chew-chew" goes down the tracks
Err I didn't mean all of it >_>
I just wanted the modified/updated released addons

About build restrictions, I already did that, this is what happens:
http://forums.alliedmods.net/showpos...8&postcount=33
Dragonshadow is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode