Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   New Scripting Engine (GS2) (https://forums.graalonline.com/forums/forumdisplay.php?f=153)
-   -   GUI Qmenu (https://forums.graalonline.com/forums/showthread.php?t=65617)

Angel_Light 04-24-2006 01:49 AM

GUI Qmenu
 
Hello all.

Few questions. What commands\functions do I use to show playerweapon images in a gui qmenu? Then How can I get it to show stats or vars about the weapon when the player clicks it??

Thanks for reading =B

Yen 04-24-2006 03:54 PM

The 'weapons' array holds each weapon the player has.
weapons[index].image
weapons[index].name

PHP Code:

for (wweapons) {
  
image w.image;
  
text w.name;



Angel_Light 04-25-2006 03:25 AM

Thank you


All times are GMT +2. The time now is 08:14 AM.

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