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

Search results

  1. B

    Lua Santa Claus npc

    Ok so I moved the storage into the function and changed the if statement to what you had put, and he now gives present, but after time he still keeps saying: You\'ve already received a present |PLAYERNAME|. Also os.time() + (5 * 60) is 5 seconds right? and should work for testing? This is...
  2. B

    Lua Santa Claus npc

    Hey man, thank you for the reply. To be honest the way you explained the solution is a lil' confusing to me lol, although to you and other scripting veterans would be simple, but this is the was I interpreted it. local PRESENT_STORAGE = os.time() + (24 * 60 * 60) function santaNPC(cid...
  3. B

    Lua Santa Claus npc

    Hello, this is my first post, so, sorry if in wrong area. I have a santa script as well, and I'm wanting to give it a timer so that every day he will give another item. So far I've been messing around with the timing for quite a while and searching for answers, also integrating "A Sweaty...
Back
Top