and that's your problem. It should be like this. IMPLEMENT_NETWORKCLASS_ALIASED( WeaponAK74, DT_WeaponAK74 )
the C and C_ gets tacked onto the beginning, and you also had DT_CWeaponAK74, but everywhere else was using DT_WeaponAK74. On Wed, Aug 6, 2008 at 7:16 PM, Øystein Dale <[EMAIL PROTECTED]>wrote: > The offending line is this: > > IMPLEMENT_NETWORKCLASS_ALIASED( CWeaponAK74, DT_CWeaponAK74 ) > -- -Tony _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

