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

    Problem z doTransformItem

    Witam. Mam problem z funkcją doTransformItem w niżej podanym kodzie. itemt = getThing(1000) for i = 0, 60 do addEvent( function() local zegar = 60 - i if (zegar == 60) then doSendAnimatedText(toPosition, '01:00', TEXTCOLOR_WHITE) elseif (zegar < 10 ) then...
  2. F

    Błąd z getPlayerSlotItem

    Siemka. Mam błąd z funkcją getPlayerSlotItem. Chodzi o to, że chce jej użyć np. if (normal[i] == getPlayerSlotItem(cid, 1)) then jakis kod end Gdzie normal[i] to jest i element tablicy zmiennych liczbowych (zawarte są tam ID itemów), to nawet gdy warunek jest spełniony to i tak nie...
Back
Top