@Ace_Dax @CLOS
Yeah I know the notepad is off slightly. Gonna be fixed next update.
Clos, as for the where to change it
Line 155: x pos & y pos & z pos
When it says “float” you need to use a number with a decimal.
(I.e.) if its 0 it has to be 0.0, or 1 has to be 1.0
AttachEntityToEntity(padspawned,GetPlayerPed(PlayerId()),GetPedBoneIndex(GetPlayerPed(PlayerId()), 18905),0.1,0.0,0.0,360.0,360.0,0.0,1,1,0,1,0,1)
ATTACH_ENTITY_TO_ENTITY(Entity entity1, Entity entity2, int boneIndex, float xPos, float yPos, float zPos, float xRot, float yRot, float zRot, BOOL p9, BOOL useSoftPinning, BOOL collision, BOOL isPed, int vertexIndex, BOOL fixedRot);
@Rydan
Ill look into that, sounds kinda usefull to. Maybe incorporate a gun prop and allow you to press mouse to suicide. Add a bit of flair to a force kill emote 
@gEE
Heard, Ill look into it.
@CruelAlpha
You have to make sure to retype whatever command you just used to clear the props. Im working on making a command like : “/clear” or something to be able to just force remove props incase they get stuck.