I'm new in Lua, now I'm trying to make first Command, but it's don't work. The question is: why?
function GetPosition ( player )
local x, y, z = GetElementPosition( player )
local rx, ry, rz = GetElementRotation( player )
outputChatBox( "Your Position: "..x..", "..y..", "..z..", Rotation: "..rx..", "..ry..", "..rz)
end
addCommandHandler ( "pos", GetPosition )
I was looking for a some Topic for new noobs in making commands, but i don't found nothing.
PS: And sorry for my english :F