So classname is:
game_player_equip
And what should I do to disable that by using plugin?
EDIT:
It would be something like that:
Code:
remove_entity( find_ent_by_class( -1, "game_player_equip") );
On plugin init in specified map?
EDIT2:
on the map, there are two game_player_equip entities... How to remove that with AK, or both?
SLOVED:
use while condition ;d