19.01.2012, 16:56
(
Последний раз редактировалось paulor; 19.01.2012 в 17:27.
)
Axo q й isso q vc procura.
pawn Код:
forward CheckIntWeapon();
public CheckIntWeapon()
{
for(i = 0; i < MAX_PLAYERS; i++)
{
if(GetPlayerInterior(i) > 0)
{
if(GetPlayerWeapon(i) == 16 || GetPlayerWeapon(i) == 35)
{
RemovePlayerWeapon(i, 16);
RemovePlayerWeapon(i, 35);
}
}
}
return 1;
}