View Single Post
  #10  
Old 11-20-2005, 04:47 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Thanks! That was what I was looking for.

Another question..
Where different functions have a different number of params, is there any way to access an array and use each entry as a seperate parameter?
For example..

PHP Code:
functionname "putexplosion"
functionparamz = {0,player.x,player.y}; 
(@
functionname)(functionparamz); 
Reply With Quote