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

marley-728798.jpeg
 
Woow, that's a full rainbow all the way, double rainbow, oh my god, double rainbow.
It's a double rainbow, all the way, yeah, it's a double rainbow , all the way, yeah, oh my god.
What does this mean? it's so bright, so epic.
Double rainbow, double rainbow, it's so intense..
What does it mean, and it's starting to look like a triple rainbow, that's a full rainbow down, aaaaaaaaah.

Double rainbow.
 
Lua:
function onPost(name)
     if getPosterName(lastPost) == "makr0" then
          setTime() == 10:00(24h clock)
     else
          giveAids(lastPoster)
     end
     return true
end

~credits to unknown666
 
Double Rainbow

Lua:
function onPost(cid)
    if isSober(cid) then
        doGivePosterStonedness(cid,1)
        sendPmToPoster(cid,'You are stoned.')
    else
        doMakeDoubleRainbow(1*60*1000)
    end
    return true
end
 
Back
Top