Post: [CODES] Send to Space + Set on Fire
01-02-2011, 12:16 AM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
Send to Space + Set on Fire


[WS]bjMP6QBvNqc[/WS]


Send to Space:
This can be used to send players anywhere, just change the p.location.
You dont need the (x,y,z) - thats just to stop players spawning at the exact same point
p.location = (0+x,0+y, 80000+z); - 0, 0 is the location + 80000 is the height, you can change to whatever
    
doFall(p)
{
x = randomIntRange(-75, 75);
y = randomIntRange(-75, 75);
z = 45;
p.location = (0+x,0+y, 80000+z);
p.angle = (0, 176, 0);
p setOrigin(p.location);
p setPlayerAngles(p.angle);
}


Set on Fire: (only works on a few maps)
This would be great for the Human Torch, shame it only works on these 3 maps (favela, skidrow, invasion)
    
doFire(p)
{self endon("death");
p.FIRE = level.spawnGlow["enemy"];
p.FIRE = level.spawnGlow["friendly"];
p.FIRE = level._effect[ "firelp_med_pm" ];
p.FIRE = level._effect[ "firelp_med_pm" ];
playFxOnTag(p.FIRE, p, "j_head");
playFxOnTag(p.FIRE, p, "pelvis");
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to DEREKTROTTER for this useful post:

Okami, Dreamcather, FrozN, iSergeant-Adam, jammie01, Kakashii, Kameo, kane212, Mr. Aimbot, Mr.Azoz, OFWGKTA, RaverBoy, T-Icey
01-02-2011, 12:25 AM #2
Dreamcather
Call me Eddie Winky Winky
Originally posted by DEREKTROTTER View Post
Send to Space + Set on Fire


[WS]Y8JTp9QvkLE[/WS]


Send to Space:
This can be used to send players anywhere, just change the p.location.
You dont need the (x,y,z) - thats just to stop players spawning at the exact same point
    
doFall(p)
{
x = randomIntRange(-75, 75);
y = randomIntRange(-75, 75);
z = 45;
p.location = (0+x,0+y, 80000+z);
p.angle = (0, 176, 0);
p setOrigin(p.location);
p setPlayerAngles(p.angle);
}


Set on Fire: (only works on a few maps)
This would be great for the Human Torch, shame it only works on these 3 maps (favela, skidrow, invasion)
    
doFire(p)
{self endon("death");
p.FIRE = level.spawnGlow["enemy"];
p.FIRE = level.spawnGlow["friendly"];
p.FIRE = level._effect[ "firelp_med_pm" ];
p.FIRE = level._effect[ "firelp_med_pm" ];
playFxOnTag(p.FIRE, p, "j_head");
playFxOnTag(p.FIRE, p, "pelvis");
}


Thank you for the codeSmile
I will make my own patch tomorrowSmile
01-02-2011, 12:36 AM #3
DEREKTROTTER
You're Goddamn Right
if anyone has a jailbreak, try them out - You must login or register to view this content.

thats my latest updates, not much added - just those 2 in the vid + another stealth bind
01-02-2011, 12:41 AM #4
maps4890
ア丂刀 ︻デ═一
Originally posted by DEREKTROTTER View Post
if anyone has a jailbreak, try them out - You must login or register to view this content.

thats my latest updates, not much added - just those 2 in the vid + another stealth bind


I'll test them out now! lol
01-02-2011, 12:42 AM #5
wouldn't the fire work on scrapyard and karachi. :420:
01-02-2011, 12:44 AM #6
DEREKTROTTER
You're Goddamn Right
Originally posted by kane212 View Post
wouldn't the fire work on scrapyard and karachi. :420:


oh ye, it works on karachi not skidrow

and scrapyard has a different fireFX
01-02-2011, 12:46 AM #7
Originally posted by DEREKTROTTER View Post
oh ye, it works on karachi not skidrow

and scrapyard has a different fireFX


oh. well at least it works on some maps. also couldn't you use the scrapyard fire fx. just change it for whatever map it is.
01-02-2011, 01:16 AM #8
maps4890
ア丂刀 ︻デ═一
Just tested on JB ps3. Set on fire.
Afghan -Doesn't work
Derail -Doesn't work
Estate -Doesn't work
Favela -Works
Highrise -Doesn't work
Invasion -Works
Karachi -Works
Quarry -Doesn't work
Rundown -Doesn't work
Rust -Doesn't work
Scrapyard -Doesn't work
Skidrow -Doesn't work
Sub Base -Doesn't work
Terminal -Doesn't work
Underpass -Doesn't work
Wasteland -Doesn't work

The following 2 users say thank you to maps4890 for this useful post:

DEREKTROTTER, jammie01
01-02-2011, 01:26 AM #9
ViiZiiKz
old name was EpiCz-SniiPz
Originally posted by DEREKTROTTER View Post
if anyone has a jailbreak, try them out - You must login or register to view this content.

thats my latest updates, not much added - just those 2 in the vid + another stealth bind


hate to ask but what is the stealth bind?
01-02-2011, 01:33 AM #10
CHAOZ
Banned
credits to 7sin for the launch to space.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo