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

Recent content by PietroGuimaraes

  1. P

    Help on time lua

    I use this function in my script.. local playerz = Player(tostring(msg)) function countDown(delay) if delay ~= 1 then addEvent(countDown, 60 * 1000, delay - 1) end if not playerz then return true end playerz:sendChannelMessage("[Event]"...
  2. P

    Help on time lua

    And then guys beauty? So I would like to remedy a doubt with you here! I'm putting together an event, and the player is in a room for 5 minutes. This part is already done, I just need your help in the following: 16:38 Attention! You have (05:00) minutes remaining. Oh what happens, he saw...
Back
Top