ps weedplanting
2.0.0
스크립트는 물주기, 가지 수확, 건조, 잡초 포장과 같은 추가 기능과 함께 수컷과 암컷 씨앗을 모두 사용하여 어디서나 잡초를 심는 편리함을 제공합니다.
모든 지원 질문은 Discord 지원 채팅에 문의하세요. 도움이 필요하면 문제를 만들지 마세요. 문제는 버그 보고 및 새로운 기능에만 적용됩니다.
ox_lib
oxmysql
우편번호 다운로드
리소스를 서버 파일로 끌어서 놓으십시오. 폴더 이름에서 -main을 제거하십시오.
프레임워크에 아래 항목을 추가하세요.
['weedplant_seedm'] = {['name'] = 'weedplant_seedm', ['label'] = '수컷 잡초 씨앗', ['weight'] = 0, ['type'] = 'item', ['image '] = 'weedplant_seed.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '수컷 잡초 씨앗'}, ['weedplant_seedf'] = {['name'] = 'weedplant_seedf', ['label'] = '암컷 잡초 씨앗', ['weight'] = 0, ['type'] = 'item', ['image '] = 'weedplant_seed.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['조합 가능'] = 없음, ['설명'] = '암컷 잡초 씨앗'}, ['weedplant_branch'] = {['name'] = 'weedplant_branch', ['label'] = '잡초 가지', ['weight'] = 10000, ['type'] = 'item', ['image' ] = 'weedplant_branch.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['조합 가능'] = 없음, ['설명'] = '잡초 식물'}, ['weedplant_weed'] = {['name'] = 'weedplant_weed', ['label'] = '말린 잡초', ['weight'] = 100, ['type'] = 'item', ['image' ] = 'weedplant_weed.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = '잡초 포장 준비 완료'}, ['weedplant_packedweed'] = {['name'] = 'weedplant_packedweed', ['label'] = '포장된 잡초', ['weight'] = 100, ['type'] = 'item', ['image' ] = 'weedplant_weed.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '잡초 판매 준비 완료'}, ['weedplant_package'] = {['name'] = 'weedplant_package', ['label'] = '의심스러운 패키지', ['weight'] = 10000, ['type'] = 'item', ['image' ] = 'weedplant_package.png', ['unique'] = true, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '의심스러운 패키지'},
--- ps-weedplantingweedplant_seedm = {name = 'weedplant_seedm', label = '남성 잡초 씨앗', 무게 = 0, 유형 = 'item', image = 'weedplant_seed.png', Unique = false, useable = false, shouldClose = false, 결합 가능 = 없음, 설명 = '수컷 잡초 씨앗'},weedplant_seedf = {name = 'weedplant_seedf', label = '암컷 잡초 씨앗', 가중치 = 0, 유형 = 'item', 이미지 = 'weedplant_seed.png', 고유 = false, 사용 가능 = true, shouldClose = true, 결합 가능 = nil, 설명 = '여성 잡초 씨앗'},weedplant_branch = {name = 'weedplant_branch', label = '잡초 가지', 가중치 = 10000, 유형 = 'item', image = 'weedplant_branch.png', 고유 = true, 사용 가능 = false, shouldClose = false, 결합 가능 = nil, 설명 = '잡초 식물'},weedplant_weed = {name = 'weedplant_weed', label = '말린 잡초 ', 무게 = 100, 유형 = 'item', 이미지 = 'weedplant_weed.png', 고유 = false, 사용 가능 = false, shouldClose = false, 결합 가능 = 없음, 설명 = '포장 준비가 된 잡초'},weedplant_packedweed = {name = 'weedplant_packedweed', label = '포장된 잡초', 무게 = 100, 유형 = 'item', 이미지 = 'weedplant_weed.png' , 고유 = true, 사용 가능 = false, shouldClose = false, 결합 가능 = nil, 설명 = '위드 준비 완료 sale'},weedplant_package = {name = 'weedplant_package', label = '의심스러운 패키지', 무게 = 10000, 유형 = 'item', image = 'weedplant_package.png', Unique = true, useable = false, shouldClose = false, 결합 가능 = nil, 설명 = '의심스러운 패키지'},
["weedplant_seedf"] = { label = "암컷 잡초 씨앗", 가중치 = 0, 스택 = true, 닫기 = true, 설명 = "암컷 잡초 씨앗", 클라이언트 = { image = "weedplant_seed.png", } }, ["weedplant_seedm"] = { label = "수컷 잡초 씨앗", 가중치 = 0, 스택 = true, 닫기 = false, 설명 = "수컷 잡초 씨앗", 클라이언트 = { image = "weedplant_seed.png", } }, ["weedplant_branch"] = { label = "잡초 가지", 가중치 = 10000, 스택 = false, 닫기 = false, 설명 = "잡초 식물", 클라이언트 = { image = "weedplant_branch.png", } }, ["weedplant_packedweed"] = { label = "포장된 잡초", 무게 = 100, 스택 = false, close = false, 설명 = "잡초 판매 준비 완료", 클라이언트 = { image = "weedplant_weed.png", } }, ["weedplant_package"] = { label = "의심스러운 패키지", 무게 = 10000, stack = false, close = false, 설명 = "의심스러운 패키지", 클라이언트 = { image = "weedplant_package.png", } }, ["weedplant_weed"] = { label = "말린 잡초", 무게 = 100, stack = true, close = false, 설명 = "잡초 포장 준비 완료", client = { image = "weedplant_weed.png", } },
사자34rt | 여기에서 Lionh34rt의 더 많은 스크립트를 확인하세요.