
04-11-2004, 11:34 AM
|
|
Master Tux
|
 |
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
|
|
|
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
|
|
|
|