View Single Post
  #3  
Old 09-24-2011, 12:04 AM
gaben gaben is offline
uhh no
gaben's Avatar
Join Date: Aug 2011
Posts: 47
gaben is an unknown quantity at this point
For whatever reason I'm having trouble just adding to the array.

PHP Code:
function onPlayerChats(){
  if(
player.chat == "/b"){
   
boolean.vote = new[boolean.vote.size() + 1]; 
   
boolean.vote[this.boolean.vote.size() + 1] = 45;
   
player.chat boolean.vote[boolean.vote.size()];
  }

Will return 45 once, the other values are NULL. Other than that, it works quite nicely.
__________________
Quote:
Originally Posted by iBeatz View Post
Who came up with this Cheat Engine? The more I read about, the more ingenious the whole thing sounds.
Quote:
Originally Posted by Unixmad
This forums is going worst each day.
Quote:
Originally Posted by ff7chocoboknight View Post
You sure are taking your time leaving, furry.
Quote:
Originally Posted by [email protected] View Post
are u old enough 2 even play Graal little girl???

Last edited by gaben; 09-24-2011 at 12:19 AM..
Reply With Quote