Jump to content

Agis

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Agis

  1. Hello,

    i was wondering, how to create a command that sends you your current id of skin in the chat box.

    That's my current code, that isn't working.

      
    function checkSkin ( player ) 
        outputChatBox ( "Your skin ID is: " .. getElementModel ( player ) ) 
    end 
    addCommandHandler ( "skin", checkSkin ) 
    

×
×
  • Create New...