Jump to content
  • 0

vending script


sader1992

Question


  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

hello

cant i do this?

vend_zone mapflag novending

- script Vending_allow -1,{
end;
OnInit:
setcell "vend_zone",104,86,104,86,cell_novending,0;
end;
}
i do like that and it not work~
i want to chose the blocks that i want to allow the vending on it
not that i don't want to allow on it
cuz the map is big i cant type every block i don't want to allow on it~

Fixed

//vend_zone mapflag novending

- script Vending_allow -1,{
end;
OnInit:
setcell "vend_zone",54,54,145,145,cell_novending,1;
setcell "vend_zone",104,86,104,86,cell_novending,0;
end;
}

i set all the map useing (cell_novending 1) and remove (vend_zone mapflag novending)


Fixed

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...