Raised This Month: $ Target: $400
 0% 

WILLING TO MAKE HEROS FOR NOOBS!!!JUST POST IDEA HERE...


Post New Thread Reply   
 
Thread Tools Display Modes
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-02-2004 , 16:35   LoL
Reply With Quote #21

sorry i forgot amx file!!!!!!
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
moose
Senior Member
Join Date: Aug 2004
Location: New Jersey
Old 11-02-2004 , 17:09  
Reply With Quote #22

lmao, put it in a zip
moose is offline
Send a message via AIM to moose
Chivas2973
Veteran Member
Join Date: Mar 2004
Location: Wisconsin
Old 11-02-2004 , 22:55  
Reply With Quote #23

glad you are making progress
__________________
Chivas2973 is offline
Fatebringer
Senior Member
Join Date: Sep 2004
Old 11-02-2004 , 23:05  
Reply With Quote #24

Quote:
be happy chivas and fate!!
Look at our reputation. Isn't it great?
__________________
I'm 126% addicted to Counterstrike. How about you?
Fatebringer is offline
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-03-2004 , 09:04   zips
Reply With Quote #25

how do u make files zips????
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-03-2004 , 09:45   LoL
Reply With Quote #26

ive made another hero (for bluethooth as well...) but it wont have 400 hp ive tryed many things...the sick shit is that it gets 400 AP but not 400 HP...... and that bothers me... why is this?
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-03-2004 , 09:55   da sma
Reply With Quote #27

this is the sma


Quote:
// EXPLORER! - ap/hp/speed

/* CVARS - copy and paste to shconfig.cfg

//Flash
explorer_level 0
explorer_speed 800 //the speed explorer can run
explorer_health 400 //explorers # of HP

*/

#include <amxmod>
#include <superheromod>

// GLOBAL VARIABLES
new gHeroName[]="Explorer"
//----------------------------------------------------------------------------------------------
public plugin_init()
{
// Plugin Info
register_plugin("SUPERHERO Explorer","1.0","_-=RippaH=-_")

// DO NOT EDIT THIS FILE TO CHANGE CVARS, USE THE SHCONFIG.CFG
register_cvar("explorer_level", "0" )
register_cvar("explorer_speed", "800" )
register_cvar("explorer_health", "400" )
register_cvar("explorer_armor", "400" )

// FIRE THE EVENT TO CREATE THIS SUPERHERO!
shCreateHero(gHeroName, "HP/AP/SPEED", "spped hp and ap hero", false, "explorer_level" )

// REGISTER EVENTS THIS HERO WILL RESPOND TO! (AND SERVER COMMANDS)
// INIT
register_srvcmd("explorer_init", "explorer_init")
shRegHeroInit(gHeroName, "explorer_init")

// Let Server know about explorers max speed
shSetMaxSpeed(gHeroName, "explorer_speed", "[0]" )

// Let Server know about explorers Variable
// It is possible that another hero has more hps, less gravity, or more armor
// so rather than just setting these - let the superhero module decide each round
shSetMaxHealth(gHeroName, "explorer_health" )
shSetMaxArmor(gHeroName, "explorer_armor" )
}
//----------------------------------------------------------------------------------------------
public explorer_init()
{
// First Argument is an id
new temp[6]
read_argv(1,temp,5)
new id=str_to_num(temp)

// 2nd Argument is 0 or 1 depending on whether the id has explorer
read_argv(2,temp,5)
new hasPowers = str_to_num(temp)

// Got to slow down a explorer that lost his powers...
if ( !hasPowers && is_user_connected(id) ) {
shRemSpeedPower(id)
}else {
shRemHealthPower(id)
shRemArmorPower(id)
}
}
//----------------------------------------------------------------------------------------------
[/quote]
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
Chivas2973
Veteran Member
Join Date: Mar 2004
Location: Wisconsin
Old 11-03-2004 , 10:21  
Reply With Quote #28

does it show when you see someone using it and you are spectating
__________________
Chivas2973 is offline
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-03-2004 , 14:54   errr
Reply With Quote #29

well i dont spectate...i am just testing them on lan (no other players on LAN toh)
could someone test???
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
Rippah
Senior Member
Join Date: Oct 2004
Location: nnnnnnnnnnnnnorway!
Old 11-03-2004 , 14:57  
Reply With Quote #30

also ive played it with wolverine and once when i lost hp it went up 205 or something and dropped to 0 (i didnt die ) and started going up 5 by 5 again............
__________________
PLEASE:
1)search before you start a new post
2)read the rules (FFS)
I am 58% addicted to Counterstrike. What about you?
Rippah is offline
Send a message via AIM to Rippah Send a message via MSN to Rippah Send a message via Yahoo to Rippah
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 01:24.


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