View file game/1/plugin/i.q.pervor.dat

File size: 1.34Kb
<?php
// выводит список предметов цели

if ($to) {
	if (!isset($l_i[$loc][$to])) msg("Нет цели");
	if ($to==$login || (substr($to,0,2)!="n." && substr($to,0,2)!="u.")) msg("Подглядывать можно только в рюкзаки NPC и игроков");
	$tchar=explode("|",$l_i[$loc][$to]["char"]);

					if (!$l_i[$loc][$to]["items"]) msg("<p>У ".$tchar[0]." нет ни одного предмета.");
					$sher="<p>Предметы:";
					$items=explode("|",$l_i[$loc][$to]["items"]);
					foreach(array_keys($items) as $i) if ($items[$i]) {
						$k=explode(":",$items[$i]);
						if (strpos($k[0],"_")!==false) $ti=substr($k[0],0,strpos($k[0],"_")); else
						if (strpos($k[0],"-")!==false) $ti=substr($k[0],0,strpos($k[0],"-")); else $ti=$k[0];
						if (substr($k[0],0,5)=="i.rr.") $tirle_z_z=explode("|","руна|50"); else if (file_exists("items/".$ti)) {$tirle_z_z=explode("|",implode("",file("items/".$ti)));} else continue;
//***мод***//
        $zakladka=time()+60;
						$sher.="<br/><a href=\"$PHP_SELF?sid=$sid&use=skill.steal&to=".$to."&id=".$k[0]."&vk=".$zakladka."\">";
						if (strpos($k[0],"..")!==false) $tirle_z_z[0].=" *";
						if ($k[1]>1) $sher.=$tirle_z_z[0]." (".$k[1].")"; else $sher.=$tirle_z_z[0];
						$sher.="</a>";
						}
	additem($loc,$login,"","i.q.pervor",1,"items","items",1,0,1);
	msg($sher,$char[0],0);

	}else $list='all';	// выведем ниже список целей