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

Ban List for TFS 0.2!

The script doesn't work because the table names are wrong. 0.2 has a table called 'accounts' not account, that's why it's not working. If only I knew enough php to fix it myself.

Red
 
Fatal error: Call to a member function fetchAll() on a non-object in C:\xampp\htdocs\bans.php on line 13
 
Fatal error: Call to a member function fetchAll() on a non-object in C:\xampp\htdocs\geisor10\bans.php on line 13
 
Fatal error: Call to a member function fetchAll() on a non-object in C:\xampp\htdocs\bans.php on line 13 !!
 
Gonna fix that, just need to know how to ban players in 0.2 *_*.
 
Gonna fix that, just need to know how to ban players in 0.2 *_*.

0.2 use rule volecation and /b
PHP:
doAddBanishment(playeracc, time_b, 12, 2, 'Banished by Wljs Cheat System.', 0)
 
Back
Top