van egy olyan problemam hogy megcsinalom a scriptet de nem mukszik . meta is van hozza:
Meta:
<meta>
<info author=\"Attila\" type=\"script\" />
<script src=\"saveacl.lua\"/>
</meta>
Script:
function saveACL ( thePlayer, command ) -- Function header. Also where thePlayer is defined.
local saved = aclSave() -- Save the ACL
if ( saved ) then -- If it was successfully saved then...
outputChatBox ( \"ACL elmentve.\", thePlayer, 255, 0, 0 ) -- Output it saved
else -- If it wasn\'t saved for whatever reason then...
outputChatBox ( \"Ismeretlen hiba lépett fel.\", thePlayer, 255, 0, 0 ) -- Output it didn\'t save
end
end
addCommandHandler ( \"saveacl\", saveACL ) -- Make it trigger for \"/saveacl\".
tudna valaki segiteni?
mi az hogy\" bool saveACL\"