hello guys still learning how to edit code . was trying to edit this peace
//this was peace of code but server says it cant find it . (i have owltr so thinking this is my problem?)

if ( Server.Misc.MaterialInfo.IsMetalItem( item ) == true )


//code have put in
if ( Server.Misc.CraftResourceInfo GetInfo(CraftResource resource.IsMetalItem)( item ) == true )
 
Back