Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function script NoItemProduce {
- .input = getarg(0);
- setarray(.disabledItems,501,512,503);
- if(array_exists(.disabledItems,.input)){
- dispbottom("This item is not available for item producing",C_RED);
- return true;
- }
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment