WARNING: sh_admins\admincommands:lua:3: Bad argument @'isObjectInACLGroup' [expected string at argument 1, got boolean]
WARNING: sh_admins\admincommands:lua:3: Bad argument @''setElementPosition' [Expected element at argument 1,got nil]
function gotovh (thePlayer)
local account = getAccountName ( getPlayerAccount ( thePlayer ) )
if isObjectInACLGroup(aclGetGroup("Admin,Moderator,Owner")) then
end
setElementPosition( player, 0, 0, 3 ) -- teleport player to the centre of SA
end
addCommandHandler("vh", gotovh)