Post: Shoot Mini Man
02-16-2013, 02:30 AM #1
SCR34M
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys here to show you a script i edited and customized.

Credits to xDerpMoDz to the first code which i edited.

Probably going to suck but give it a try.

     Precache cardicon_8_bit_price.png


    
miniman()
{
self endon("death");
self _giveWeapon("scar_mp" , 0);
for ( ;; )
{
self waittill ( "weapon_fired" );
if(self getcurrentweapon()== "scar_mp")
{
vec = anglestoforward(self getPlayerAngles());
end = (vec[0] * 200000, vec[1] * 200000, vec[2] * 200000);
SPLOSIONlocation = BulletTrace( self gettagorigin("tag_eye"), self gettagorigin("tag_eye")+end, 0, self )[ "position" ];
sentry = spawn("script_cardicon", SPLOSIONlocation );
sentry setModel( "cardicon_8_bit_price" );
}
}
}


Havent Modded Mw2 in 7months so it might not be good. ;P
Last edited by Taylor ; 02-16-2013 at 03:18 AM.

The following 2 users groaned at SCR34M for this awful post:

247Yamato, OmGRhys-x
02-18-2013, 10:41 AM #11
OmGRhys-x
Are you high?
Originally posted by BlurzGoHard View Post
Ha im better :blank: im a outerspace random


Lol na your just a Meteoroid i smash them for a living :P

---------- Post added at 10:41 AM ---------- Previous post was at 10:40 AM ----------

Originally posted by SCR34M View Post
Precache cardicon_8_bit_price.png


+ that wont work.
Try this one.
    precacheShader("cardicon_8_bit_price");

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo