emerson1495
New Member
- Joined
- Sep 10, 2009
- Messages
- 10
- Reaction score
- 0
[REQUEST] CRAFT MODAL WITH DELAY OR INSANT
There is many craft systems on forum and working with revscript server[REQUEST] CRAFT MODAL WITH DELAY OR INSANT
local craft = Action()
onUse add like this craft.onUse at final of the script:craft:aid(1111) ——— item you click for craft and show modal
craft:register()
Thank you for reply. But i tried to do it here, and it gave an error.There is many craft systems on forum and working with revscript server
Example TFS 1.X+ - TFS 1.3 Crafting System Error (https://otland.net/threads/tfs-1-3-crafting-system-error.270898/)
The last peraph onUse , add it on another file , create a new one , check on your server an action file using onUse , you will see low differences ,
On topBeforeCode:local craft = Action()onUseadd like thiscraft.onUseat final of the script:
Code:craft:aid(1111) ——— item you click for craft and show modal craft:register()
Show the errorThank you for reply. But i tried to do it here, and it gave an error.