Raised This Month: $ Target: $400
 0% 

Hero: Solid Snake


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NOmeR1
Junior Member
Join Date: Mar 2008
Location: [ RU ]
Old 03-23-2008 , 11:17   Hero: Solid Snake
Reply With Quote #1

Solid Snake

Description
Rations, Stealth, Snake's appearance, Socom - You can use rations on keydown, you have Snake's body, stealth camouflage and Socom instead USP

shconfig.cfg CVARS
Code:
// Solid Snake
solid_level 7
solid_stealth 1			// 0 = don't use stealth camouflage,  1 = use stealth everytime, 2 = use stealth with level limit
solid_stealth_level 10		// The level, needed to stealth camouflage (only if "solid_stealth" == 2)
solid_rations 5			// How many rations do you have? (-1 to unlimited)
solid_ration_health 50		// How many health you have per ration?
Don't judge strictly, it's my first hero.
Attached Thumbnails
Click image for larger version

Name:	screes.jpg
Views:	1209
Size:	57.4 KB
ID:	24814  
Attached Files
File Type: zip sh_solid_required_files.zip (2.14 MB, 580 views)
File Type: sma Get Plugin or Get Source (sh_solid.sma - 1396 views - 7.4 KB)
__________________
My works: Sylar, Abe, Meteorix

Last edited by NOmeR1; 03-28-2008 at 15:28.
NOmeR1 is offline
micke1101
Veteran Member
Join Date: Jan 2008
Location: Banned-town
Old 03-28-2008 , 04:36   Re: Hero: Solid Snake
Reply With Quote #2

Ok i have tested it littel but i will probably test more
but it looks like the tracers comes from your eyes
check here if you wanna try to make them from the gun but else i think its a nice hero
micke1101 is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 03-28-2008 , 14:36   Re: Hero: Solid Snake
Reply With Quote #3

This is a just a combo hero (kinda snake+raiden+models) which really shouldn't be allowed, but you followed all the other rules very well (unlike other people), so I'm just going to move this to unapproved. If you do the following.

Remove the amx code that is still there. So change it to just this:
Code:
public solid_morph(id)
{
	if(!gMorphed[id])
	{
		cs_set_user_model(id, "solid")
		gMorphed[id] = true
	}
}
//----------------------------------------------------------------------------------------------
public solid_unmorph(id)
{
	if(gMorphed[id])
	{
		cs_reset_user_model(id)
		gMorphed[id] = false
	}
}
-------------------
Also be aware there are other solid snake heroes already made:
http://forums.alliedmods.net/showthread.php?t=30293
http://forums.alliedmods.net/showthread.php?t=31449

From what you've done I can see that you at least understand what you are doing...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
Sepehr
Senior Member
Join Date: Sep 2006
Location: www.aotclan.net
Old 03-31-2008 , 21:10   Re: Hero: Solid Snake
Reply With Quote #4

Your Heros are awsome although there heavily modled, and i dont think thats a good thing because it takes along time for people to download it,. There is already MANY heros like this or if there isnt u can just make ur own with jtp's auto superhero maker.
__________________
Sepehr is offline
Send a message via MSN to Sepehr
NoObbi3
Junior Member
Join Date: Sep 2007
Old 08-08-2008 , 22:18   Re: Hero: Solid Snake
Reply With Quote #5

wow very cool skin
__________________
I am 54% addicted to Counterstrike. What about you?
NoObbi3 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode