How to add this for admin only
function consoleSetPlayerPosition ( source, commandName, posX, posY, posZ )
setElementPosition ( source, posX, posY, posZ )
end
addCommandHandler ( "setpos", consoleSetPlayerPosition )
if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "admin" ) ) then ???????????