View Single Post
Wazman
AlliedModders Donor
Join Date: Oct 2012
Location: Unknown place ????
Old 04-10-2013 , 11:56   Re: Friendly Mode Mod.
Reply With Quote #7

How Do I do that again? Something like this?
Quote:
new ent = 0;

while ((ent = FindEntityByClassname(ent, "logic_auto")) != 0)
{

new ref = EntIndexToEntRef(ent);

}
Wazman is offline