Hi, i want to remove the c4 from the game. I tried to force the client to drop it but didn't works..
I follow
this topic and i can't do it.
I can force the client to drop all their weapons but the c4 is not dropped!
I put this:
PHP Code:
get_user_weapons(id, iweapons, inum2)
for(new a=0; a<inum2; a++) {
get_weaponname(iweapons[a], wpname, 31)
engclient_cmd(id, "drop", wpname)
}