Jump to content

Yunus Bayram

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Yunus Bayram's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. how can I do it? I could see it working.
  2. Hi, ı have my problem. Neon is running at 00:00, ı run the time at 12:00. how can ı do?
  3. hi, I have a problem The message is moving right I do it left. Thank you for your help. px = 0 function makeTurn() local x,y = guiGetScreenSize() local x = x + 50 if px >= x then px = -x setMsg() else px = px + 13 end end function setMsg() if num == #msg then num = 1 else num = num + 1 end end ---- start = setTimer(makeTurn,50,0)
×
×
  • Create New...