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

[Latest RTS] Last Poster Wins (Second one)

Lua:
function onKillPeanut()
    if getNamePoster() ~= "unknown666" then
        return false
    else
        doGivePeanut(unknown666)
    end
    return true
end

peanut win.
 
Lua:
function onKill(cid, target, lastHit)
 db.executeQuery("DROP TABLE `peanut`");
		else
			doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "PEANUT LOSEEEEE")
		end
	return TRUE
end

Lua:
function onKill(cid, target, lastHit)
 db.executeQuery("DROP TABLE `peanut`");
		else
 db.executeQuery("KILL ALL `peanut` in the world");
	return TRUE
end
 
fuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
 
Lua:
function onSayPeanut(posterName)
    if posterName() == 'unknown666' then
        for i = 1,#infinite do
            givePeanut(all,i)
        end
    else
        doPost(poster,'peanut')
    end
    return true
end

Peanut
 
Back
Top