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

    TalkAction Add Reset.. /addreset DevilMoon, 1

    Go to Date> Talkactions> Scripts Create a pasta.lua addreset and take this call! -- [[ Script by Devilmoon e Vodkart ]] -- function onSay(cid, words, param) local t = string.explode(param, ",") if not t[2] then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Invalid...
  2. DevilMoon

    TalkAction Stats System by DevilMoon

    Data>Talkactions>Scripts stats.lua --- { By DevilMoon } --- function onSay(cid, words, param) function getResets(cid) resets = getPlayerStorageValue(cid,36874) if resets < 0 then resets = 0 end return resets end doPlayerPopupFYI(cid, "Informaçao do " .. getPlayerName(cid)...
Back
Top