Thread: Help
View Single Post
  #6  
Old 09-19-2002, 11:33 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
i think functions should have custom variables that can only be used inside the functions, e.g.

PHP Code:
if (playerenters) {
  
killplayer(#a,Hahah you suck);
}

function 
killplayer(account,message) {
  
with (getplayer(account)) {
    
playerhearts=0;
    
say2 message;
  }

that would be teh 1337
__________________
- R0bin
Reply With Quote