Quote:
Originally Posted by Supremache
Try to create custom stock like this:
PHP Code:
GetZombieNum( )
{
new iPlayer[ 32 ], iNum, iCount;
get_players( iPlayer, iNum )
for( new i; i < iNum; i++ )
{
if( NativeofZombie( i ) )
{
iCount++;
}
}
return iCount;
}
|
i don t think someone could explain more than that. if that is a request, post it in the specific forum