Thread: player.attr
View Single Post
  #8  
Old 10-27-2006, 06:59 PM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
So I say...

PHP Code:
function onWeaponfired() {
  
replaceani("idle","newidle");
  
onPlayerenters("newidleparam1","newidleparam2");
}
function 
onPlayerenters(param1,param2) {
  
//... ummm... wait a second...

Do I not need to specify the actual action of replacing gani params and just say "onPlayerenters(param1,param2);" or what?
Reply With Quote