Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. ​- script pvpannounce -1,{
  2.  
  3. OnPCKillEvent:
  4.  
  5. if( killedrid != getcharid(3) )
  6.  
  7. announce "[ "+strcharinfo(0)+" ] killed [ "+rid2name(killedrid)+" ] ",0;
  8.  
  9. end;
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement