View Single Post
SlashProm
Member
Join Date: Feb 2009
Old 10-23-2010 , 21:24   Re: Blade (TreDizzle / AssKicR / vittu)
Reply With Quote #22

Quote:
Originally Posted by Exploited View Post
In the .sma:

Edit this:

PHP Code:
// 0 = don't use custom MAC10 model, 1 = use custom MAC10 model [Default 0]
#define USE_MODEL 0

// 0 = don't give free weapons, 1 = give free mac10 and usp(if T) [Default 0]
#define GIVE_WEAPONS 0 
to

PHP Code:
// 0 = don't use custom MAC10 model, 1 = use custom MAC10 model [Default 0]
#define USE_MODEL 1

// 0 = don't give free weapons, 1 = give free mac10 and usp(if T) [Default 0]
#define GIVE_WEAPONS 1 
And then recompile it.
Thanks bro, I didn't realize I could open a .sma in my C# Studio, lol
SlashProm is offline