Just jump in on the MTA Wiki, search the functions you need, and start scripting.
The link: https://wiki.multitheftauto.com/
Or if you want to skip all the fun, just pay a scripter.
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 )