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

    Solved [PHP] Youtube movie on Gesior's aac forum. Can't get it to work.

    Ive added such a code to forum.php but it shows the movie only while browsing forum and not in news on a main page. while(stripos($text, '') !== false && stripos($text, '') !== false ) { $youtube = substr($text, stripos($text, '')+14, stripos($text, '') - stripos($text, '') -...
  2. m3ssy

    Getting a strange error while trying to view player's page.

    I'm using TFS 0.3.6 and i guess i don't have the proper version of gersior's aac. I did download one from a someone's requesting thread but it still doesn't work for me. Here's the god damned error. Any1 got any solutions for meh?
  3. m3ssy

    How to make a ramp [9745] work?

    I just noticed that one of ramps I put on my map doesn't work. The strange thing is second version of this ramp [9746] does work but this one doesnt want to :(( I can walk down but how to make this ramp works for both directions? :P
  4. m3ssy

    How to make a ramp [9745] work?

    I just noticed that one of ramps I put on my map doesn't work. The strange thing is second version of this ramp [9746] does work but this one doesnt want to :(( I can walk down but how to make this ramp works for both directions? :P
  5. m3ssy

    A small problem with doRemoveItem

    I'm trying to make a lever which will open and close doors [adding actionID and uniqueID at the same time] Take a look at my script function onUse(cid, item, frompos, item2, topos) local wallpos = {x=1053, y=995, z=7, stackpos=1} local wall = getThingfromPos(wallpos) if...
Back
Top