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

Drink tea?!

Anothai

:3
Joined
Mar 24, 2008
Messages
641
Reaction score
3
Location
Turtle Tail :'O
Yes I drink tea with milk and muxo sugar!!
The questions is...
How many sugar spoons do you have in your tea cup? :)

I use to have 3 maybe 4 !
 
Only time I drink tea is when my throat hurts, and then I take lots of honey! :D
 
I only drink tea (with honey) when my throat hurts just like Empty said. Im more of a coffee person than a tea person.
 
I'd rather drink a nice cup of coffee but.

If (DrinkCoffer == TRUE) Then
DoGiveNiceFeelingto(cid)
Else
DrinkTea
DoGiveaBitNiceFeelingto(cid)

I hope you understand N00B scripting :p
 
I'd rather drink a nice cup of coffee but.

If (DrinkCoffer == TRUE) Then
DoGiveNiceFeelingto(cid)
Else
DrinkTea
DoGiveaBitNiceFeelingto(cid)

I hope you understand N00B scripting :p

Haha, this was such a creative way to make an argument. But in the end, Tea > All.
 
I maybe drink tea when I am sick, and I usually dont put sugar in it... I prefer coffee :)


Guadostar, ofcourse, you're English... :p many people from England use to like tea :)
 
Me love coffeee plxxx me no liek tea cuz i no liek. drink coffee its mach mach bettar :D coffee owns tea sucks hauhau bye.

@ Mokerhammer

Nice one :p now mine xD

Code:
function onDrink(cid, drink)

local checkifhot = doCheckIfItemIsHot(tea, coffee)

    if(doPlayerDrinkTea(cid) and checkifhot == TRUE)then
       doBroadcastMessage("NOOOOOOOOOO SOMEONE IS DRINKING TEA IT SUCKS :S")
       doKillPlayer(cid)
    elseif(doPlayerDrinkCoffee(cid) and checkifhot == TRUE)then
       doLetPlayerLive(cid)
       givePlayerGoodFeeling(cid)
    else
       doPlayerSendCancel(MESSAGE_STATUS_CONSOLE_BLUE,"You can't drink it it's too hot!")
    end
    return 1
end

IT REALLY WORKS :p
 
Last edited:
Me love coffeee plxxx me no liek tea cuz i no liek. drink coffee its mach mach bettar :D coffee owns tea sucks hauhau bye.

@ Mokerhammer

Nice one :p now mine xD

Code:
function onDrink(cid, drink)

local checkifhot = doCheckIfItemIsHot(tea, coffee)

    if(doPlayerDrinkTea(cid) and checkifhot == TRUE)then
       doBroadcastMessage("NOOOOOOOOOO SOMEONE IS DRINKING TEA IT SUCKS :S")
       doKillPlayer(cid)
    elseif(doPlayerDrinkCoffee(cid) and checkifhot == TRUE)then
       doLetPlayerLive(cid)
       givePlayerGoodFeeling(cid)
    else
       doPlayerSendCancel(MESSAGE_STATUS_CONSOLE_BLUE,"You can't drink it it's too hot!")
    end
    return 1
end

IT REALLY WORKS :p


Nice one ! I will use it in my server <3
 
Lol at scripters :) I prefer coffe but my mother won't let me drink it in the evening :( She says oh noo fgs you won't sleep noob! I go like /wrist and drink some tea instead, only milk but if I feel to I put some honey in it. Good shit.
 
Back
Top