Need help with script on player

how to set player health and armour?
how to give player weapon?
I can’t find some command in “Fivereborn\citizen\scripting\lua\natives.lua” file

Did you try

SetEntityHealth(GetPlayerPed(-1), 100) 

?

What would we use for cursor target? ie looking at another player

#C# code block
using CitizenFX.Core;
Entity targeterEntity = World.GetCrosshairCoordinates(Game.PlayerPed).HitEntity;

Actually i was looking for something similar but i couldn’t find it, this should work or something near, it’s C# not tested yet i need to go soon, i will try this tonight (i’m in UTC+01:00 in case)