07.03.2015, 12:29
you mean this?
pawn Код:
public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ)
{
if(spectateonofadmin...)
{
CreatePickup(1318, 0, fX, fY, fZ, 0);
}
return 1;
}