RE: Help on Props..
'propfreeze just freezes props in a room and is a plugin command.
If you want to stop people from dropping props in a room i think there is a plugin command you can use 'nolooseprops. but you need plugall installed for that. Or just put a clean script in on enter or on leave. Should look something like
ON ENTER
{CLEARLOOSEPROPS}
or ON LEAVE
{CLEARLOOSEPROPS}
|