Raised This Month: $12 Target: $400
 3% 

Old AMX_Super Posts.


Post New Thread Closed Thread   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-23-2007 , 21:21   Re: Amx_Super -- Everything You Need -- v2.6 2/23
#1201

And that is with 2.5? As in you did nothing to it and its a bug? Or you changed it and you want it to work like that?
__________________
bmann_420 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-23-2007 , 21:31   Re: Amx_Super -- Everything You Need -- v2.6 2/23
#1202

public admin_heal(id,level,cid){
if (!cmd_access(id,level,cid,3))
return PLUGIN_HANDLED

new arg[32], arg2[8], name2[32], amount[33]
read_argv(1,arg,31)
read_argv(2,arg2,7)
read_argv(2,amount,32)
get_user_name(id,name2,31)
if (arg[0]=='@'){
new players[32], inum
get_players(players,inum,"ae",arg[1])
if (inum==0){
console_print(id,"No clients in such team")
return PLUGIN_HANDLED
}
for(new a=0;a<inum;++a) {
new user_health = get_user_health(players[a])
set_user_health(players[a], str_to_num(arg2) + user_health)
}
switch(get_cvar_num("amx_show_activity")) {
case 2: client_print(0,print_chat,"[AMXX] ADMIN, %s, gave all %ss %i hp.",name2,arg[1],amount)
case 1: client_print(0,print_chat,"[AMXX] ADMIN gave all %ss %i hp.",arg[1],amount)
}
console_print(id,"[AMXX] All clients have set life")
log_amx("ADMIN HEAL - this command was issued by %s on all %s",name2,arg[1])
}
else {
new numamount = str_to_num(amount)
new player = cmd_target(id,arg,7)
if (!player) return PLUGIN_HANDLED
new user_health = get_user_health(player)
set_user_health(player, str_to_num(arg2) + user_health + numamount)
new name[32]
get_user_name(player,name,31)
switch(get_cvar_num("amx_show_activity")) {
case 2: client_print(0,print_chat,"[AMXX] ADMIN, %s, gave %s %i hp.",name2,name,amount)
case 1: client_print(0,print_chat,"[AMXX] ADMIN gave %s %i hp.",name,amount)
}
console_print(id,"[AMXX] Client ^"%s^" has set life",name)
log_amx("ADMIN HEAL - this command was issued by %s on %s",name2,name)
}
return PLUGIN_HANDLED
}
__________________
bmann_420 is offline
FormulaZero
BANNED
Join Date: Feb 2007
Location: Sector 7G
Old 02-23-2007 , 21:32   Re: Amx_Super -- Everything You Need -- v2.6 2/23
#1203

Forgot to add [small] =)
FormulaZero is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-23-2007 , 22:07   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1204

Dotn really matter to me as much righ tnow RUnnin at 99 mph

What happened to the other posts?
__________________
bmann_420 is offline
FormulaZero
BANNED
Join Date: Feb 2007
Location: Sector 7G
Old 02-23-2007 , 22:11   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1205

What other posts?
FormulaZero is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-23-2007 , 22:18   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1206

omg i had a late night last night. I diddnt realize this was a new page. lol Fukin Jose Cuervo
__________________
bmann_420 is offline
FormulaZero
BANNED
Join Date: Feb 2007
Location: Sector 7G
Old 02-23-2007 , 22:20   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1207

I envy you.
FormulaZero is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-23-2007 , 22:42   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1208

HA lol Why ty, but alcoholism isn't the greatest envious category

Especially when the bars dont close at 2 here in vegas. got home at 4 this morning and won a pool tournament tho
__________________
bmann_420 is offline
FormulaZero
BANNED
Join Date: Feb 2007
Location: Sector 7G
Old 02-23-2007 , 22:51   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1209

I can tell your a little drunk (spelling & grammar)

NICE PLUGIN!!
FormulaZero is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 02-24-2007 , 04:09   Re: Amx_Super -- Everything You Need -- v2.5 2/23
#1210

I always type that way. I don't know why, my fingers move to fast sometimes.
__________________
bmann_420 is offline
Closed Thread



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 20:29.


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