Jump to content

Question

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...