Wrecked is right, you should search first.
Anyway the name is "weapon_shield" (thats way to obviously) then loop all players
PHP Code:
new players[32],num
get_players(players,num,"ac")
// Im not sure but "a" should be alive and "c" no bots
for(new i=0;i<num;i++)
{
give_item(players[i],"weapon_shield")
}
__________________