Witam, czy jest możliwość, żeby ten stock zwracał zero? oO
stock fm_find_ent_by_owner(index, const classname[], owner)
{
ent = index;
while ((ent = engfunc(EngFunc_FindEntityByString, ent, "classname", classname)) && pev(ent, pev_owner) != owner) {}
return ent;
}


Dodatki SourceMod















