Thanks.
I have one of my admin commands written in this way if it can be delivered to me in this way
function help(thePlayer)
if not ( isPlayerOnGroup ( thePlayer ) ) then
outputChatBox("#ff0000[Error]: #ffffffYou don't have access this command!", thePlayer, 255, 255, 255, true)
return false
end
outputChatBox("#ffffffTest", thePlayer, 208, 0, 15,true)
end
addCommandHandler("ahelp", help)
Simple code for my admin system please fix /fixall command for my admin system.