Tripwire Interactive Forums

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/
Got following Problem in my code:

class Glock18c extends KFWeapon;

replication
{
reliable if(Role < ROLE_Authority)
ServerChangeFireMode;
}
.....
Error while compiling: Function ServerChangeFireMode is defined in base class KFWeapon.