• 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.
18:28 Azayki [30]: Do you make babies?
18:30 Redax [76]: .utevo res “baby
18:30 Peleon [61]: how much mana does that take
18:30 Redax [76]: costs a lot of mana though :S takes 9 months to regain
 
o0 well wadda ya know lol

<rune name="Stone Shower" id="2288" charges="1" lvl="10" maglv="20" mana="0" soul="0" exhaustion="1" prem="0" enabled="1" allowfaruse="1" script="stone shower.lua"></rune>
 
Sdanalongandon [152]: PSOPSOPSOSOKSOSKPSOKSPOSKPSASASASUAHSUAHSUAHSUAHSUAHSUA noob
 
function onSay(cid, words, param)
local param = string.explode(param, ",")
local player = getPlayerByNameWildcard(param[1])
local days = tonumber(param[2])
if isPlayer(player) and days then
doPlayerAddPremiumDays(player, param[2])
doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "You have just received ".. days .." premium days. Please re-login for the premium account to take effect.")
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Player ".. param[1] .." received ".. days .." premium days.")
else
doPlayerSendCancel(cid, "Either the first param isn't an online player or the second param isn't a number.")
end
return true
end
 
ownerName = ""
ownerEmail = ""
url = ""
location = "USA"
displayGamemastersWithOnlineCommand = "no"
 
Status
Not open for further replies.
Back
Top