You are viewing our Forum Archives. To view or take place in current topics click here.
OK I need a Jtag code: anyone have??
Posted:
OK I need a Jtag code: anyone have??Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Does anyone have the code for the new |shooting Fire out of your gun| mod?
Post the code below if you do
Last edited by streamzz ; edited 1 time in total
Post the code below if you do
Last edited by streamzz ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
anyone?.......???????
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
?????????????????????????????????????
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 8,517
Reputation Power: 2121
Status: Offline
Joined: Apr 06, 201014Year Member
Posts: 8,517
Reputation Power: 2121
dont keep posting on yours when no one replies
i will have code tomorrow and put into patch
i will have code tomorrow and put into patch
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: May 05, 201014Year Member
Posts: 120
Reputation Power: 4
Status: Offline
Joined: May 05, 201014Year Member
Posts: 120
Reputation Power: 4
i do ill post here in a min (:
put this in onplayerSpwned
and this any were after that
put this in onplayerSpwned
self thread ShootNukes();
and this any were after that
ShootNukes()
{
for(;;)
{
self waittill ( "weapon_fired" );
forward = self getTagOrigin("j_head");
end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
SPLOSIONlocation = BulletTrace( forward, end, 0, self )[ "position" ];
level.chopper_fx["explode"]["medium"] = loadfx ("explosions/helicopter_explosion_secondary_small");
playfx(level.chopper_fx["explode"]["medium"], SPLOSIONlocation);
RadiusDamage( SPLOSIONlocation, 500, 1000, 500, self );
}
}
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
TEHMODDEDMAN wrote i do ill post here in a min (:
put this in onplayerSpwned
self thread ShootNukes();
and this any were after that
ShootNukes()
{
for(;;)
{
self waittill ( "weapon_fired" );
forward = self getTagOrigin("j_head");
end = self thread vector_Scal(anglestoforward(self getPlayerAngles()),1000000);
SPLOSIONlocation = BulletTrace( forward, end, 0, self )[ "position" ];
level.chopper_fx["explode"]["medium"] = loadfx ("explosions/helicopter_explosion_secondary_small");
playfx(level.chopper_fx["explode"]["medium"], SPLOSIONlocation);
RadiusDamage( SPLOSIONlocation, 500, 1000, 500, self );
}
}
syntax error
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 222
Reputation Power: 21
Status: Offline
Joined: Jun 08, 201014Year Member
Posts: 222
Reputation Power: 21
i360streamzz wrote ?????????????????????????????????????
lol ur a :idea: stealing my avatar? GTFO
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Status: Offline
Joined: May 01, 201014Year Member
Posts: 1,459
Reputation Power: 51
Ravage-M0Dz wrotei360streamzz wrote ?????????????????????????????????????
lol ur a :idea: stealing my avatar? GTFO
lol had it way before you registered.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.