View Single Post
  #1  
Old 10-06-2005, 01:03 AM
prozac424242 prozac424242 is offline
Registered User
prozac424242's Avatar
Join Date: May 2001
Location: Gone crazy: back soon
Posts: 356
prozac424242 is on a distinguished road
Send a message via ICQ to prozac424242 Send a message via AIM to prozac424242
gs2 not working on server

I work for a server and in graal v4
this item, in a weapon, does not work.
It should open a blank window, but it does nothing.
What is wrong?

NPC Code:

//#CLIENTSIDE

if (weaponfired)
{
new GuiWindowCtrl("Hi") {
position = "0 0";
extent = "500 350";
canMove = true;
canResize = true;
canClose = true;
tile = true;
text = "Item Equip Menu";
visible = true;
}
}




i tried restarting the npcserver
and the /loadlang options
and it still does not work. ... what else could it be?
__________________

Useful links:
Graal Stats
Client Script Functions-GS1 to GS2
Serverside Script Functions-Gscript page
Particle Engine-Player Attributes
Server Options-Admin rights-Gmaps
Quote:
Originally Posted by Admins
Thanks for developing and improving playerworlds and such
Reply With Quote