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!
I had achieved through their code. =) Thanks!!!
It worked perfectly, looked like this:
$mysqli = new mysqli($config['database']['host'], $config['database']['login'], $config['database']['password']), $config['database']['database'];
if ($mysqli->connect_errno) {
printf("Connect failed...
Hello..
How do I add a command within this math.random?
local health = potion.health
if(health and not doCreatureAddHealth(itemEx.uid, math.ceil(math.random(health[1], health[2]) * config.healthMultiplier))) then
return false
end
Example:
local POTIONS...
Yea
I want to check the damage value of the two items.
If the damage of the item you'll use is greater than the hit item. My english it's bad =\ Srry
Example..
Hello!
I think it is this function that checks if the name is valid.
htdocs/system/libraries/Form_validation.php
function nickname($str)
{
$a = explode(' ', $str);
$error = 0;
foreach($a as $b)...
function onCastSpell(cid, var)
local summons = getCreatureSummons(cid)
if #summons > 0 then
for _, pid in pairs(summons) do
if getCreatureName(pid) == "Demon" then
return doCombat(cid, combat, var)
end
end
doPlayerSendCancel(cid, "You need to summon a Demon to use this spell.")
else...
was not it.
they said that the index is repeated ...
[1111] = {x = 82, y = 175, z = 7},
[1111] = {x = 82, y = 174, z = 7},
[1111] = {x = 82, y = 172, z = 7},
You know how to fix the config?