
08-06-2011, 07:12 PM
|
|
Registered User
|
Join Date: Aug 2011
Posts: 30
|
|
|
Thank you very much!
I was a little bit concerned about how to solve that problem.
I'm also a little bit concerned about where to put the raw data.
I would like to create an array consisting of arrays to keep track of all the items:
//{Gui name, name, price}
this.shop_item_fireball = {"Shop_Item_Fireball", "Fireball", 30};
and then create an array called
this.listofItems = {this.shop_item_fireball};
When this is done on the server side I would like to pass that information to the clientside so that the GUI can be built.
Would that be inefficient? Or what do you think? |
|
|
|