• 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. Mazen

    How popular are you?

    3/10 -- I've rly never seen u before, but you have a nice postcount, 3 points for that. ^^
  2. Mazen

    Vinterkräksjukan

    Varför det? Jag fick den, och den är precis som den är beskriven av smittskydds/läkar sidor. Aftonbladet var dem ända jag vet som överdrev en aning.
  3. Mazen

    Vinterkräksjukan

    Alla spydde ungefär samtidigt, men vem vet. Vinterkräksjukan är inte farlig, bara jobbig.
  4. Mazen

    Vinterkräksjukan

    Jag tror jag har den, eftersom halva min familj fick den. :( Någon mer som har drabbats?
  5. Mazen

    Action [QuestSystem] Chest: Getting Items in Container.

    Suggestion Instead of: if queststatus > 0 then canDo = "false" else canDo = "true" end stillDo = getBooleanFromString(canDo) Write: local stillDo = (queststatus <= 0) Or maybe: if not (queststatus <=...
  6. Mazen

    Imported! Fast i need not lose items script please!

    Man, that's a very imported spelling. :(
  7. Mazen

    Remove Red Skull And Black Skull in 0.3.5 [SOLVED BY RICHUX]

    Yes, it is. OP, do you have an item with the id of 8983? Because your script is perfect. You get that message because "(getPlayerItemCount(cid, config.item) >= config.count)" is returning false. Wish means you don't have the required item.
  8. Mazen

    Boxxy!

    @up, Lol, how many times haven't I opened a page without that ugly drawn face shows up saying FFFFFUUUUUUUUUUU!!!?
  9. Mazen

    TalkAction Request Roll System

    @up, you made a small mistake, remove "return". Wrong, that will give different values for each member. Also, you are using the wrong function to send the rolling message. This should be the correct one: function onSay(cid, words, param) local party = getPartyMembers(getPlayerParty(cid))...
  10. Mazen

    My own image host!

    Fixed. :)
  11. Mazen

    My own image host!

    Thank you. :) I'm working with a new event that will happen while the image is uploading. Like a loading bar or something similar. Any suggestions? :ninja:
  12. Mazen

    How popular are you?

    5/10
  13. Mazen

    Ban the user above you!

    Banned for having more rep than me.
  14. Mazen

    Training monks attacks slow

    Change interval="2000" to interval="1000". That will make the monk attack once per second(1000 milliseconds) instead of once per 2 seconds(2000 milliseconds).
  15. Mazen

    [8.54] Full Zao Island

    Awesome release! But there is one area missing: As you can see, it's a very small part and accessible from Yalahar.
  16. Mazen

    Count 1000 using pictures!

  17. Mazen

    My own image host!

    Update: New error message handler.
  18. Mazen

    What is your favorite Online Game?

    Cs 1.6
  19. Mazen

    How popular are you?

    2/10 I think I've seen you once before.
  20. Mazen

    Thought I was invincible.. Guess again

    Dying with utamo vita and more than 0 mana = obviously fake. Note: I don't play that server, I'm just commenting the screenie.
Back
Top