Thread: Healing Players
View Single Post
  #9  
Old 04-11-2004, 11:34 AM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Well, It should work no matter what AP it is..
here's an example..

if (actionserverside) {
if(strequals(#p(0),heal)){
with (getplayer(#t(1))) {
playerhearts = playerfullhearts;
}
}
}
//#CLIENTSIDE
if (playerchats) {
tokenize #c;
if (startswith(/heal,#c)) {
triggeraction 0,0,serverside,tool,heal;
}
}
__________________
V$:CONFL16T
Reply With Quote