function startTheResource ( thePlayer, command, resourceName )
if ( resourceName ) then
local resource = "admin-d", "community-walizka" ( resourceName )
local start = startResource ( resource )
if ( start ) then
end
addCommandHandler ( "resource-start", startTheResource )