

Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!

![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
IsTagInModel( model, tag )
{
num = GetNumParts( model );
for( i = 0; i < num; i ++ )
{
if( GetPartName( model, i ) == tag )
{
return true;
}
}
return false;
}