Post: [Release] Human Torch Script
10-27-2010, 01:17 AM #1
OFWGKTA
Developer
(adsbygoogle = window.adsbygoogle || []).push({}); I have no need to hoard this to myself or post this on another site :mudkip:
I'm releasing my patch at the end of the week =D

Also:

You will NOT find this anywhere else. PERIOD.

Add this to onPlayerSpawned();

    
self thread toggleTorch();


    
toggleTorch()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "x", "+usereload" );
for ( ;; )
{
self waittill( "x" ); {
self thread FireOn();
self iPrintlnBold("^1Fire On!");
}
self waittill( "x" ); {
self iPrintlnBold("^0Fire Off");
wait .9;
self suicide();
}
}
}

FireOn()
{
self endon ( "disconnect" );
self endon ( "death" );

self setClientDvar("cg_drawDamageDirection", 0);
playFxOnTag( level.spawnGlow["enemy"], self, "j_head" );
playFxOnTag( level.spawnGlow["enemy"], self, "tag_weapon_right" );
playFxOnTag( level.spawnGlow["enemy"], self, "back_mid" );
playFxOnTag( level.spawnGlow["enemy"], self, "torso_stabilizer" );
playFxOnTag( level.spawnGlow["enemy"], self, "pelvis" );
self SetMoveSpeedScale( 1.5 );
while(1){
self.health += 40;
RadiusDamage( self.origin, 200, 81, 10, self );
wait 0.5;}
}



With all seriousness here are some other locations you can place the fx

{ ["enemy"] is Red. ["friendly"] is Green. }

v- Credits to lost for the names of areas below -v
    
0 "tag_origin";
1 "j_mainroot";
2 "pelvis";
3 "j_hip_le";
4 "j_hip_ri";
5 "torso_stabilizer";
6 "j_chin_skinroll";
7 "back_low";
8 "j_knee_le";
9 "j_knee_ri";
10 "back_mid";
11 "j_ankle_le";
12 "j_ankle_ri";
13 "j_ball_le";
14 "j_ball_ri";
15 "j_spine4";
16 "j_clavicle_le";
17 "j_clavicle_ri";
18 "j_neck";
19 "j_head";
20 "j_shoulder_le";
21 "j_shoulder_ri";
22 "j_elbow_bulge_le";
23 "j_elbow_bulge_ri";
24 "j_elbow_le";
25 "j_elbow_ri";
26 "j_shouldertwist_le";
27 "j_shouldertwist_ri";
28 "j_wrist_le";
29 "j_wrist_ri";
30 "j_wristtwist_le";
31 "j_wristtwist_ri";
32 "j_index_le_1";
33 "j_index_ri_1";
34 "j_mid_le_1";
35 "j_mid_ri_1";
36 "j_pinky_le_1";
37 "j_pinky_ri_1";
38 "j_ring_le_1";
39 "j_ring_ri_1";
40 "j_thumb_le_1";
41 "j_thumb_ri_1";
42 "tag_weapon_left";
43 "tag_weapon_right";
44 "j_index_le_2";
45 "j_index_ri_2";
46 "j_mid_le_2";
47 "j_mid_ri_2";
48 "j_pinky_le_2";
49 "j_pinky_ri_2";
50 "j_ring_le_2";
51 "j_ring_ri_2";
52 "j_thumb_le_2";
53 "j_thumb_ri_2";
54 "j_index_le_3";
55 "j_index_ri_3";
56 "j_mid_le_3";
57 "j_mid_ri_3";
58 "j_pinky_le_3";
59 "j_pinky_ri_3";
60 "j_ring_le_3";
61 "j_ring_ri_3";
62 "j_thumb_le_3";
63 "j_thumb_ri_3";
64 "j_spine4";
65 "j_neck";
66 "j_head";
67 "j_cheek_le";
68 "j_cheek_ri";
69 "j_head_end";
70 "j_jaw";
71 "j_levator_le";
72 "j_levator_ri";
73 "j_lip_top_le";
74 "j_lip_top_ri";
75 "j_mouth_le";
76 "j_mouth_ri";
77 "tag_eye";
(adsbygoogle = window.adsbygoogle || []).push({});

The following 8 users say thank you to OFWGKTA for this useful post:

BuC-ShoTz, IDontbreak, Judgement, kylenoise, teeth08, thebosh94, Waterguy469, yepitsdavid407
10-27-2010, 01:37 AM #2
BuC-ShoTz
TeamMvKâ?¢
wow, good post
10-27-2010, 01:48 AM #3
ZeroK
Gym leader
can you post a video for proof please?
10-27-2010, 03:00 AM #4
OFWGKTA
Developer
Originally posted by BucN View Post
wow, good post


Thank you.
Honestly, that means alot Dancing

---------- Post added at 10:00 PM ---------- Previous post was at 08:50 PM ----------

Originally posted by ZeroK View Post
can you post a video for proof please?


you honestly need proof for my coding :mudkip: ?
lol jk ill upload a video soon,
10-27-2010, 05:00 AM #5
julio305
Save Point
Originally posted by adrian.saint View Post
Thank you.
Honestly, that means alot Dancing

---------- Post added at 10:00 PM ---------- Previous post was at 08:50 PM ----------



you honestly need proof for my coding :mudkip: ?
lol jk ill upload a video soon,


nice if only i wasnt a noob and knew how to do all this lol
10-27-2010, 12:47 PM #6
OFWGKTA
Developer
Originally posted by julio305 View Post
nice if only i wasnt a noob and knew how to do all this lol


I'll try to put some time into making a small tutorial, its not to difficult to add this script to a patch after following a great tutorial by
You must login or register to view this content.

Here is another tutorial that could help you put this script into a mod menu by

You must login or register to view this content.

-It will take some time but i'm certain anyone can learn to code in gsc,
10-27-2010, 02:54 PM #7
Nice Post M8 :p
10-27-2010, 03:10 PM #8
Suave_Mula
I am error
OK i REad >:L
10-27-2010, 04:23 PM #9
Howdoh
NextGenHoward.
Lmao looks a very cool post Smile id love to see mod in action Smile any chance of a vid anytime soon? Happy please Smile
10-27-2010, 04:35 PM #10
GUESS_HU
< ^ > < ^ >
looooooooooooool all i saw was fire on fire off and reminds me of fantasic 4 or suttin. wat else does this have?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo