Jelles SH
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Jelles SH

Jelles forum.
 
HomeLatest imagesSearchRegisterLog in

 

 Hero: Healthy Jelle

Go down 
AuthorMessage
Jelle
Awesome Jelle!!!
Awesome Jelle!!!
Jelle


Posts : 30
Join date : 2009-09-16
Age : 33
Location : Jelles Superhero Server

Hero: Healthy Jelle Empty
PostSubject: Hero: Healthy Jelle   Hero: Healthy Jelle EmptyWed Sep 16, 2009 11:01 pm

Healthy Jelle - The healthyest man on earth!

This is healthy jelle from the server (basically just a rip of superman)

Jelle wrote:

// hjelle! - Yeah - well not all of his powers or it'd be unfair...

/* CVARS - copy and paste to shconfig.cfg

//hjelle
hjelle_level 27
hjelle_health 700 //Starting health
hjelle_armor 700 //STarting armor
hjelle_gravity 0.35 //Gravity

*/

#include <superheromod>

//----------------------------------------------------------------------------------------------
public plugin_init()
{
// Plugin Info
register_plugin("SUPERHERO Healthy Jelle", SH_VERSION_STR, "Jelle")

// DO NOT EDIT THIS FILE TO CHANGE CVARS, USE THE SHCONFIG.CFG
new pcvarLevel = register_cvar("hjelle_level", "27")
new pcvarArmor = register_cvar("hjelle_armor", "700")
new pcvarHealth = register_cvar("hjelle_health", "1000")
new pcvarGravity = register_cvar("hjelle_gravity", "0.35")

// FIRE THE EVENT TO CREATE THIS SUPERHERO!
new heroID = sh_create_hero("Healthy Jelle", pcvarLevel)
sh_set_hero_info(heroID, "Even More Health/Armor/Gravity!!", "Healthy Jelle is the healthyest man on earth!")
sh_set_hero_hpap(heroID, pcvarHealth, pcvarArmor)
sh_set_hero_grav(heroID, pcvarGravity)
}
//----------------------------------------------------------------------------------------------

Compile it using the online compiler on amxmodx.org or compile it locally. But remember if compiling locally you need to have the newest superheromod include, or it wont compile.
Back to top Go down
 
Hero: Healthy Jelle
Back to top 
Page 1 of 1
 Similar topics
-
» Hero: Speedy Jelle
» Jelle (Jesper)
» Hero: S.W.A.T
» Hero: Itachi
» Hero request

Permissions in this forum:You cannot reply to topics in this forum
Jelles SH  :: Superheroes :: New heroes made by you-
Jump to: