View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-09-2015 , 14:10   Re: [CS:GO] Replace all chickens
Reply With Quote #5

You have to use that function to loop through all chicken entities.
Also, you need to specify quotes around the classname since it is a string, unless you have a variable chicken holding that string of "chicken".

Anyway, here is an example:
Code:
new entity = -1; while ((entity = FindEntityByClassName(entity, "chicken")) > 0) {     // Do something with entity }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline