Thread: Scheduleevent
View Single Post
  #2  
Old 03-17-2007, 09:51 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by Chandler View Post
HTML Code:
function onCreated()
  this.scheduleevent(5, "removeImages", {300, 301});
function onRemoveImages(imageIndexs)
  echo(temp.imageIndexs);
returns:
PHP Code:
300 
Doesn't transmit array types?
Try:

PHP Code:
this.scheduleevent(5"removeImages", @{300301}); 
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote