Code: Select all
[11/01,11:19:38] player lauterer_reloaded used chat command "/bet 20"
[PHP Notice] Undefined index: FOREVER_ONLY on line 1917 in file /home/tmserver/users/n51838/xaseco2/00002/xaseco2.php
[11/01,11:20:10] player lauterer_reloaded used chat command "/betstake on"
[PHP Notice] Undefined index: FOREVER_ONLY on line 1917 in file /home/tmserver/users/n51838/xaseco2/00002/xaseco2.php
[11/01,11:20:24] player lauterer_reloaded used chat command "/betstate on"
Code: Select all
1913 * Gets the specified chat message out of the settings file.
1914 */
1915 function getChatMessage($name) {
1916
1917 return htmlspecialchars_decode($this->chat_messages[$name][0]);
1918 } // getChatMessage
Any idea, i searched for forever_only,found it several times in the plugin.nouse.betting.php
Thanks a lot!