Thread: Debugger
View Single Post
  #4  
Old 11-29-2009, 12:57 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Thanks.

Due to this bug:
http://forums.graalonline.com/forums...00#post1541000

To remove the debugger class from the weapon script if you joined it on the server-side do the following:

PHP Code:
function onCreated() {
  
join("debugger");
  
leave("debugger");

__________________
Quote:
Reply With Quote