I need it for;
1
2
3
4
2
3
4
if player(id, "weapontype") == 49 then 	parse('strip '..id..' 49') 	msg2(id, "Your Grenadelauncher is stripped hahaha trololol etc etc") end
It only works when the player has the weapon EQUIPPED, but I want it to strip the weapon whenever he carries it.
I can't just remove player(id,"weapontype") so that everyone gets the message..