Author Topic: is there any way I can give one player an item permanently?  (Read 868 times)

I know nothing about console commands, and I do not want to do this with events, but I need a way to give a player an item permanently, is this possible?

What do you mean by permanently? Like if they drop it it'll give it back? Whenever they join it gives it to them? Elaborate a bit more please.

What do you mean by permanently? Like if they drop it it'll give it back? Whenever they join it gives it to them? Elaborate a bit more please.
if they leave and rejoin they keep it, if they die they still have it

check to see if it's in their inv every 5 seconds, if not, add it, if you can't, delete printer then add

You could try rigging up some VCE events on a spawn area.

You could try rigging up some VCE events on a spawn area.
I know nothing about console commands, and I do not want to do this with events, but I need a way to give a player an item permanently, is this possible?

check to see if it's in their inv every 5 seconds, if not, add it, if you can't, delete printer then add
This is the worst possible way of doing it

This is the worst possible way of doing it
Indeed
It's better to only check:
-When the person spawns (after joining or after dieing)
-When the person throws away an item
-When the player changes playertype (if playertypes with different itemslots are available)