[Help] Restore appearance and weapons after death

I am looking for a script that restores the player’s appereance and weapons after death, like in the Lambda menu.
If anyone could help me with this it would be greatly appreciated.
Thanks in advance

1 Like

You could either get into Lua or C# as a start. There are several usefull links scattered around on the forums

We have a Wiki you could take a look at also take a look at NativeDB for usefull natives.

Be sure to take a look at our Releases section on the forums aswell, since there are some great
examples on it.

If you have any more questions be sure to post back!

:snail:

Right thanks I will take a look at that and try learn Lua soon, maintaining and updating my servers just already takes a lot of time.

The RPDeath script will do what you are looking for. Chat commands are /revive to revive the player exactly where they have died. Other players can also type /revive [player ID] to revive another player. Useful for people roleplaying as paramedics. Then there is the command to /respawn which will make the player respawn at one of the hospitals. Whatever command you use will keep your current ped and weapons.

Thanks for this! Will try it out soon