• 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!

Ctrl + V

Status
Not open for further replies.
[cpp]#define CLIENT_VERSION_MIN 861
#define CLIENT_VERSION_MAX 862
#define CLIENT_VERSION_STRING "Only clients with protocol 8.61 and 8.62 are allowed!"

#define STATUS_SERVER_NAME "TheForgottenServer"
#define STATUS_SERVER_VERSION "0.3.6pl1"
#define STATUS_SERVER_CODENAME "Crying Damson"
#define STATUS_SERVER_PROTOCOL "8.62"[/cpp]
 
Lua:
function onSay(cid, words, param)
local total_string = "The command is:\n"
local file = io.open("data/talkactions/talkactions.xml","r")
str = file:read(-1)
file:close()
stra = string.explode(str,"	")
for i=1, #stra do
 if stringcontains(stra[i],'access') then
    stre = string.explode(stra[i],'"')
    for i=1, #stre do
        if stre[i] == "words=" then
        total_string = total_string ..stre[i+1].." \n"  
        end
    end
 end
end
  doShowTextDialog(cid,2597, total_string)
end
 
function onThink(interval, lastExecution)
for _, pid in ipairs(getPlayersOnline()) do
if getPlayerItemCount(pid,9999) then
doTransformItem(item.uid,8390)
end
end
return true
end
 
17:09 Presto [10931: jet sren
17:09 Presto [10931: why are u letting
17:09 Presto [10931: derian
17:09 Presto [10931: hold ur dick
17:09 Presto [10931: oh thats right
17:09 Presto [10931: ur both gays
17:09 Presto [10931: ;)
 
In one small village, deep inside the black. There was a hooker. She was really hot. She had nice ass and a really huge toe! which acctually were sexy, but somehow she managed to lose it under a gigantic bottle full of kerosene and krickets. She was smoking some joints while her mum was making the dinner for unknown666. One day
 
doSendAnimatedText(ppos, "Mana rune!", math.random(1,100))
 
SQL:
CREATE TABLE IF NOT EXISTS `contact` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nome` text NOT NULL,
  `texto` text NOT NULL,
  `codigo` text NOT NULL,
  `comprovante` text NOT NULL,
  `account` text NOT NULL,
  `chave` text NOT NULL,
  `email` text NOT NULL,
  `ref` int(11) NOT NULL,
  `valor` int(11) NOT NULL,
  `tipo` text NOT NULL,
  `erro` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=108 ;
 
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0


Read more about How to edit a website - cut & paste one line of code to make any site editable by Blogstorm SEO Blog
 
Status
Not open for further replies.
Back
Top