Post: [code] Intervention FAL
02-07-2011, 09:05 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This is just a quick code I made in 5 minutes. What it does is it gives you a FAL that shoots Intervention bullets.



Add this code anywhere in your GSC

    GetCursorPos(){ 
return BulletTrace( self getTagOrigin("tag_eye"), vector_Scal(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];}

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


    INTFAL(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("fal_mp", 0, false );
self switchToWeapon("fal_mp", 0, false );
for(;Winky Winky
{
self waittill( "weapon_fired" );
if ( self getCurrentWeapon() == "fal_mp")
MagicBullet( "cheytac_fmj_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to icemantom95 for this useful post:

d7w7z, Morphia, The InvadeR
02-08-2011, 10:04 PM #29
The InvadeR
Who’s Jim Erased?
Originally posted by oo View Post
DID YOU ADD



    INTFAL(){
self endon("death");
self takeWeapon(self getCurrentWeapon());
self giveWeapon("m79_mp", 0, false );
self switchToWeapon("m79_mp", 0, false );
for(;Winky Winky
{
self waittill( "weapon_fired" );
if ( self getCurrentWeapon() == "m79_mp")
MagicBullet( "spas12_fmj_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
}
}


    
GetCursorPos()
{
return BulletTrace( self getTagOrigin("tag_eye"), vector_Scal(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];
}
vector_scal(vec, scale)
{
return (vec[0] * scale, vec[1] * scale, vec[2] * scale);
}


whats the bottom one
02-08-2011, 10:29 PM #30
.HaZe.
Can’t trickshot me!
thats pretty sick bro nice
02-09-2011, 01:57 AM #31
hdc89
Banned
Originally posted by .Blackstorm View Post
Anything can be used as a magic bullet except throwing knives :(


Grenades? Other Equipment?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo