View Single Post
  #6  
Old 10-08-2011, 09:55 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Hey, i'm not ignoring what you guys are saying, but exploring other methods. I am using a DB-NPC called HatStorage, and storing their hats in there. Here is the code.
PHP Code:
function onCreated() {
  
this.dbnpc findnpc("HatStorage");
  for (
temp.plallplayers) {
    
this.dbnpc.(@pl.account) = pl.client.hats;
  }

Is that a good method also?
__________________
Reply With Quote