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-07-2011, 09:06 PM #2
FrozN
Look up my Patch Edits :P
Remember to add GetCursorPos () to your .gsc!"

The following user thanked FrozN for this useful post:

hdc89
02-07-2011, 09:09 PM #3
Default Avatar
Gizmo
Guest
The Cheytac isnt a magic bullet to my knowledge
02-07-2011, 09:10 PM #4
Originally posted by 95 View Post
The Cheytac isnt a magic bullet to my knowledge


I tested it and it worked fine for me. Do you want me to upload a vid?

The following user thanked icemantom95 for this useful post:

02-07-2011, 09:12 PM #5
Default Avatar
Gizmo
Guest
Originally posted by icemantom95 View Post
I tested it and it worked fine for me. Do you want me to upload a vid?


Ohh, I stand corrected, how many more magic bullets are there we havnt heard of then :p ?

And yes, I would love a video :wub:
02-07-2011, 09:16 PM #6
Originally posted by 95 View Post
Ohh, I stand corrected, how many more magic bullets are there we havnt heard of then :p ?

And yes, I would love a video :wub:


Ok. Bare with me for a moment while I record it:p
02-07-2011, 09:18 PM #7
I think the fal is more powerful than the intervention.. I remember seeing the maths for it. So you made the fal weaker Winky Winky
02-07-2011, 09:19 PM #8
Originally posted by x View Post
I think the fal is more powerful than the intervention.. I remember seeing the maths for it. So you made the fal weaker Winky Winky


Ahh./facepalm
02-07-2011, 09:20 PM #9
Default Avatar
Gizmo
Guest
Originally posted by icemantom95 View Post
Ok. Bare with me for a moment while I record it:p


Will do Winky Winky
If this works, Im going to add this Happy
I may make the intervention shoot 50cal bullets Happy
02-07-2011, 09:22 PM #10
sanjx1
Do a barrel roll!
nice code mate

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo