Jump to content

karer

Members
  • Posts

    7
  • Joined

  • Last visited

karer's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. b = setAccountData(kontod, "kolor3", 67) [...] b = getAccountData(kontod, "kolor2") You're overwriting 'b' variable ;d
  2. Hello everyone, I'm looking for holding hands animation - http://i.imgur.com/qIBOjCb.jpg Someone knows group and name of this?
  3. addCommandHandler("change", function(player, cmd) unbindKey(player, "lalt", "down", "Walk") bindKey(player, "lalt", "down", "***") end) And what I must replace with *** ? I can't find this...
  4. No, I need a script, that replace running (default: w) with walking! Normal: wsad - RUN alt - walk I need: wsad - WALK alt - run
  5. Hi! How I can change walking with running? (WSAD = walking, ALT - running) When I click W, i walk forward. When I hold ALT and click W, i run forward. Thanks
  6. http://pastebin.com/nFPM1dgX Kiedy nacisnę w jakieś miejsce w oknie to uruchamia się funkcja kontrola(). Dlaczego?
  7. http://pastebin.com/nFPM1dgX When I press for a place in the window that runs a function control (). Why?
×
×
  • Create New...