I want to ask it is possible, with a script oder else to remove other player clothes? for example gangs are kidnapping someone and want to steal the clothes from the guy to punish him… they can can ask to put his clothes off, but its funnier and a good rp situation to steal his clothes in this situation
Yes it is possible, you can run the same native that you would run to put on/take off your clothes, but with the PlayerPedId() of whoever you want to do this!
Yes, this works! I use this on my system to remove MASK and HAT from other people! You just need to get the entity close to you to perform this action (if it is on the side), if it is far away, then yes, you must send it via server to the person’s source because then you won’t have their entity!
I use gamePool to calculate the closest entity to perform a certain action when it is in these cases, no problems so far!