Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   ScheduleEvent Bug (https://forums.graalonline.com/forums/showthread.php?t=69408)

Novo 10-14-2006 11:19 AM

ScheduleEvent Bug
 
PHP Code:

function onCreated()
  {
  
scheduleevent(1,"Trigger""param1" );
  
scheduleevent(1,"Trigger""param2""param3" );
  }

function 
onTriggerparam )
  {
  echo( 
param );
  } 

Returns

PHP Code:

0
param2 

To sum up: The param isn't working if there isn't two or more params in the function.

Admins 10-14-2006 05:55 PM

Ok fixed it in the npcserver, the clientside will be fixed with the next Graal version.


All times are GMT +2. The time now is 06:18 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.