Hi there ,I would like to know how can i check if a player has a "belt" /how the server knows that.
When you spawn in server with a rock you have no belt,if you pick up a weapon it puts on you a belt.
Iwanna know how can i check for it...
Thanks for help :)
How to check if player has the "belt" of armed player?Solved
You can use "BasePlayer.IsNoob()" or you could just check the if the player has the "BasePlayer.PlayerFlags.DisplaySash" flag yourself.
0x89A
You can use "BasePlayer.IsNoob()" or you could just check the if the player has the "BasePlayer.PlayerFlags.DisplaySash" flag yourself.
Thank you!
Locked automatically