• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

ModernAAC issue

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
1. How can I change this to ignore where player.deleted > 0 ?
PHP:
	public function characterExists($name) {
		$this->db->select('id');
		return ($this->db->get_where('players', array('name' => $name))->num_rows ? true : false);
	}

2. Where can I find this? $GLOBALS['characters'] = $characters;
 
Back
Top