28.08.2012, 10:54
try this:
Edit: try to add a command that checks the team, you might be (ig) something else not team "2"
pawn Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerTeam(playerid) == 1)//change it to humans team
{
DestroyPickup(meso);
}
return 1;
}