Post: [Script] Homefront Spawn
01-20-2015, 03:23 PM #1
djota
Haxor!
(adsbygoogle = window.adsbygoogle || []).push({}); Hi all, I recently went and saw the Homefront MW2 Spawn, so I decided to convert this to bo2 because there were people who had wanted to see this. I leave here the script

Put this on OnPlayerSpawned()
Originally posted by another user
player thread homefront();


This will put anywhere:
    homefront()
{
self endon("death");
self endon("disconnect");
self endon("welcone_Done");
for(;Winky Winky
{
self EnableInvulnerability();
self disableWeapons();
self hide();
self freezeControls( true );
zoomHeight = 5000;
zoomBack = 4000;
yaw = 55;
origin = self.origin;
self.origin = origin+vector_scale(anglestoforward(self.angles+(0,-180,0)),zoomBack)+(0,0,zoomHeight);
ent = spawn("script_model",(0,0,0));
ent.angles = self.angles+(yaw,0,0);
ent.origin = self.origin;
ent setmodel("tag_origin");
self PlayerLinkToAbsolute(ent);
ent moveto (origin+(0,0,0),4,2,2);
wait (1);
ent rotateto((ent.angles[0]-yaw,ent.angles[1],0),3,1,1);
wait (0.5);
self playlocalsound("ui_camera_whoosh_in");
wait (2.5);
self unlink();
wait (0.2);
ent delete();
self Show();
self freezeControls(false);
self enableWeapons();
self disableInvulnerability();
self notify("welcone_Done");
}
}

vector_scale(vec,scale)
{
vec=(vec[0]*scale,vec[1]*scale,vec[2]*scale);
return vec;
}


Preview



Credits:
Me: Convert to Bo2
Exelo: Fix Script
?? : Creator in MW2

Sorry for my bad speak english. I'm Spanish
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to djota for this useful post:

-Numb, mason, BullyWiiPlaza, Cleverr, Exelo, ksa_7ooo7, basshead4ever, Mehukas, John, oCmKs_4_LiFe, Vioku, ViRuzModzHD, Vote, xDebugKiller, XDrifteer7
01-20-2015, 03:36 PM #2
Woow this looks sick try i out today Winky Winky
01-20-2015, 03:37 PM #3
oCmKs_4_LiFe
< ^ > < ^ >
niceee
01-20-2015, 04:11 PM #4
very nice !
01-20-2015, 06:13 PM #5
/SneakerStreet/
At least I can fight
looks sick
01-20-2015, 06:38 PM #6
Script Kiddie
At least I can fight
Super Lemon Haze style nice
01-21-2015, 03:33 AM #7
SyGnUs
Give a F*** About Your Lifestyle
Nice to see someone else do it to. Only thing that sucks is that you can see your first spawnpoint, I wasn't able to get rid of that either.
01-21-2015, 04:48 AM #8
EternalHabit
Former Staff
Originally posted by SyGnUs View Post
Nice to see someone else do it to. Only thing that sucks is that you can see your first spawnpoint, I wasn't able to get rid of that either.


delete this
     self waittill("spawned_player");
wait .2;

put self thread WelcomeHomeFront(); under onplayerspawned

make sure you have death barrier and skybarrier turned off
01-21-2015, 05:11 PM #9
oCmKs_4_LiFe
< ^ > < ^ >
didnt work @xTurntUpLobbies
01-21-2015, 05:51 PM #10
EternalHabit
Former Staff
Originally posted by LiFe View Post
didnt work @xTurntUpLobbies


U did something wrong. Put self thread welcomehomefront(); under onplayerspawned then under waittill "spawned player"

The following user thanked EternalHabit for this useful post:

AMTTEAM

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo