• 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!

Search results

  1. kablaff

    Own AAC problem

    Hello, the code below doesn't print anything in the simple AAC I'm working on. $result = mysql_query("SELECT id FROM accounts WHERE name= '".$accountName."';"); while($row[] = mysql_fetch_array($result)) { echo $row[$numb][1]; echo '<p>'; $numb += 1; } And...
  2. kablaff

    insert a player (sql) ?

    yes thx, though I meant a normal character with save = 1, I'll use it though, thx
  3. kablaff

    insert a player (sql) ?

    Anyone knows how to insert a player with SQL in damson 0.3.6 V2?
Back
Top