Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 11-29-2009, 12:52 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
Weapon Scripts and Classes

I found that when I joined a class to a weapon script on the server-side that even after the class left it still persisted on the client-side and remained there till I deleted and re-added the weapon without any joins.

Code I'm using to join.

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

Code I use to leave:

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

But if I join, reconnect, then leave, reconnect, the client-side portion of the class script still persists.

However if I use this code when I tell it to leave it works fine.

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

The debugger class can be found here:
http://forums.graalonline.com/forums....php?p=1540968
__________________
Quote:
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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