Author Topic: Weapon Disappear in pickup  (Read 2598 times)

I need a script that will make a item disappear on pickup.

No not a event



If you could quickly make this it would be greatly appreciated.

set item respawn to -1....

And where might I do this?

setItemRespawnTime

it's probably an add-on event.

Just do onPlayerTouch, or onWeaponPickUp, or something like that.

There's hundreds of weird events for things like this.

No I need it for a rp so people cant spawn weapons and just keep using it.

No I need it for a rp so people cant spawn weapons and just keep using it.
Exactly...when they pick up that item/wep, the wep disappears, der. One time use.

And where might I do this?
Wrench the brick. DON'T go to the events menu. Look for "Item Respawn Time" followed by a box which you can type in. The default is 4. Just change that to -1.

I would like them to automatically do that and cant be changed.

Wrench the brick. DON'T go to the events menu. Look for "Item Respawn Time" followed by a box which you can type in. The default is 4. Just change that to -1.
This won't work, it defaults back to 1.

I would like this, but Cant you just make this a server mod thing without having to event the brick?

Thats what I need exactly.


i set the item, and did onplayertouch=>setitem=>none


Do you read any he says
Then he's just being a lazy ass for not wanting to event anything. Or he could get a "OnItemPickup" or some stuff like that...
i set the item, and did onplayertouch=>setitem=>none
They might touch the brick before they get the item, so set the delay time to like, 500?

Then he's just being a lazy ass for not wanting to event anything. Or he could get a "OnItemPickup" or some stuff like that...They might touch the brick before they get the item, so set the delay time to like, 500?
You're being lazy for not actually looking for what he's asking for. He wants it so that it's a one time pickup on EVERY brick, not just the ones he events, so that others' bricks don't have to be evented.