Jump to content

thasajti

Members
  • Posts

    5
  • Joined

  • Last visited

Details

  • Gang
    Crenshaw kings

thasajti's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Thanks a lot, I'm starting to understand the ipairs stuff, and you really helped me in that!
  2. Hello guys ! I have a question for you. I want to make an outputChatBox which say "xy killed xy", but I dnot want the killer and the victim to see that message, because they get their own message. outputChatBox("xy killed you",victim) outputChatBox("xy killed xy",getRootElement(victim,killer))--something like this to make an exception? If theres no solution to that, how can i achieve the same effects?
  3. I think this is what you're looking for: setElementRotation()
  4. thank you guys, ~xiRoc[K]#^'s one worked for me. Topic solved.
  5. I wrote this code, and can't figure out why it won't work. function getPos(player,command,target) if target == nil then outputChatBox(player.." poziciója: "..getElementPosition(player)) else outputChatBox(target.." poziciója: "..getElementPosition(target)) end end addCommandHandler("pos",getPos)
×
×
  • Create New...