View Single Post
  #4  
Old 12-20-2011, 11:36 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by Alpho View Post
What about from this example:4
PHP Code:
  this.acc_Graal756204 4
How would I check if someones account is after this.acc_ and if true, set something in their attrs to 4?
Not sure (currently Trial again) but something like this could help:
PHP Code:
function onCreated() {
  
this.acc_Graal756204 4;
  
temp.check this.acc_.getvarnames();
  for (
temp.i=0temp.i<temp.check.size(); temp.i++) {
    if (
player.account in temp.check) {
      
player.attr[4] = this.acc_(@player.account);
      echo(
player.attr[4];
    }
  }

__________________
MEEP!
Reply With Quote