• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. L

    Modyfikacja gry i prawa autorskie

    Jeśli chodzi o grę (tu: FPS) to oczywiście, że nielegalne sama ingerencja w kod źródłowy większości gier to łamanie prawa.
  2. L

    TFS 0.4 *TRADE WINDOW*

    Maybe your problem is in source of TFS
  3. L

    Co nie działa?

    Nie działa, kod: createpos = {x=507,y=486,z=7} topos = {x=674,y=450,z=8} fromPos = {x = 663, y = 446, z = 8} toPos = {x = 696, y = 463, z = 8} pos_spawn={ [1]={x = 674, y = 450, z = 8}, [2]={x = 696, y = 463, z = 8}, [3]={x = 675, y = 452, z = 8}, [4]={x = 673, y = 462, z = 8}, [5]={x = 680, y =...
  4. L

    Co nie działa?

    Wiesz późno było a aj najarany robiłem skrypta napisze jak będzie działać.
  5. L

    Co nie działa?

    Kod: createpos = {x=507,y=486,z=7} topos = {x=674,y=450,z=8} fromPos = {x = 663, y = 446, z = 8} toPos = {x = 696, y = 463, z = 8} pos_spawn={ pos1={x = 674, y = 450, z = 8}, pos2={x = 696, y = 463, z = 8}, pos3={x = 675, y = 452, z = 8}, pos4={x = 673, y = 462, z = 8}, pos5={x = 680, y = 461, z...
  6. L

    Very big problem with map load!

    Yes. Map load but there is not any pixel !!!
  7. L

    Very big problem with map load!

    In map editor is error and server can't load map.
  8. L

    Very big problem with map load!

    I have error when i try to open map: Could not open the map. Failed to read stream properties. Code: 0.
  9. L

    Team Looking for Tutors for my evo server.

    I can be tutor i am friendly, fair, and i have practice. Also i can PHP, HTML, CCS3, some JS, LUA. I am 16 years old.
  10. L

    Weather Effect System

    Nice. Frozen magic effect can be edited in sprites to create real rain!
  11. L

    Is it good?

    Positively?
  12. L

    Is it good?

    Also i reupload image on imgur.
  13. L

    Is it good?

    I am not using autoborder. I am just have stupid hand :(
  14. L

    Is it good?

    http://zapodaj.net/images/48c28d00990da.png
  15. L

    Is it good?

    It is my first map. Is it good?: EDITED PHOTO:
  16. L

    How to make swimming water?

    But water id is?
  17. L

    [7.6]Akademicki

    Chociaż niektórzy z administracji ssali...
  18. L

    Skills Limit

    local maxlvl = 1500 ----Max Level for player function onAdvance(cid) if getPlayerVocation(cid) == 0 or getPlayerVocation(cid) == 1 then ----Here it is checking player vocation (sorcerer etc. change it) if getPlayerLevel(cid) >= maxlvl then ----If player Level is higher or equal to max level...
  19. L

    Skills Limit

    Code: local maxlvl = 1500 function onAdvance(cid) if getPlayerVocation(cid) == 6 or getPlayerVocation(cid) == 5 or getPlayerVocation(cid) == 4 or getPlayerVocation(cid) == 3 or getPlayerVocation(cid) == 2 or getPlayerVocation(cid) == 228 then if getPlayerLevel(cid) >= maxlvl then...
  20. L

    Skills Limit

    No it is lua script ...
Back
Top