You would have to use 2 separate find events, because you can only use 1 per findCanQuery().
Try:
That will search for props 1 find event, then players the next, then props again, etc.Code:@persist SearchProps [PropsDeny Target Immune]:array if(findCanQuery()) { if(SearchProps) { findByClass("prop_physics") PropsDeny = findToArray() SearchProps = 0 } else { findExcludePlayer(owner()) for(I = 1, Immune:count()){findExcludePlayer(Immune[I,string])} findByClass("player") Target = findToArray() SearchProps = 1 } }


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks