Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Good morning, I have this error, could someone help me?
Fatal error: Uncaught Error: Call to undefined method Player::getAc() in C:\xampp\htdocs\pages\shopguild.php:1749 Stack trace: #0 C:\xampp\htdocs\system\load.page.php(7): include() #1 C:\xampp\htdocs\index.php(43)...
Good morning, i have this script that gives access to djins green and blue. However, the player can use both, but I wanted him to use only one. For example, if he already has Green, he won't be able to use Blue. Could someone help me?
local config = {
[13275] = 13, --Blue Djinn scroll...
Good morning, I did This procedure, but it is saying that in player.cpp the identifier was not declared when compiling.
This line: it.second->notifyStatusChange(this, VIPSTATUS_PENDING);
void Player::despawn()
{
if (isDead()) {
return;
}
listWalkDir.clear()...
Good morning, anyone know why it's not working?
local STORAGE_PREMIUM = PremiumDays
local TEMPLE_ID = 2
function onLogin(cid)
local player = Player(cid)
if player:getPremiumDays() < 1 and player:getStorageValue(PremiumDays) > 0 then
player:setStorageValue(PremiumDays, 0)...
Good morning, can someone help me?
[Error - mysql_store_result] Query: UPDATE bounty_hunter_system SET killed = 1, killer_id=274, dateKilled = 1639826601 WHERE id = 5;
--------------------------------------
---------- START OF CONFIG -----------
--------------------------------------
local...
Good morning, Can anyone help me?
warprivate_talkactions.lua
local UE, RUNES = 0, 0
local function tableContains(table, value)
for i = 1, #table do
if (table[i] == value) then
return true
end
end
return false
end
function onSay(cid, words, param)...