Author Topic: Restrict Pickup  (Read 381 times)

Does anyone know if there is an addon that restricts the picking up of items? So that people cant pass items that theyve bought using points to everyone on the server and things like that.
Thanks


Try putting this in console:

Code: [Select]
$Game::Item::PopTime=0;$Game::ItemPopTime=0;//I can't remember which is right!

Or
Code: [Select]
on??>player>clear item>??


Try putting this in console:

Code: [Select]
$Game::Item::PopTime=0;$Game::ItemPopTime=0;//I can't remember which is right!
Ok will try this. Would I have to do this every time i start a new game?

Ok will try this. Would I have to do this every time i start a new game?
Yes