• 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. G

    Help with a script

    Can someone fix that script for me? function onSay(cid, words, param) local storage = 121212 local staff = getPlayerGroupId(cid) local storage1 = getPlayerStorageValue(cid,storage) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.")...
  2. G

    Error in database

    How i can fix this error? mysql_real_query(): SELECT `key` , `value` FROM `player_storage` WHERE `player_id` = 7412 - MYSQL ERROR: Table '.\servdb\player_storage' is marked as crashed and should be repaired (145)
Back
Top