mic1989
1st June 2005, 19:20
Error in MyInteraction.uc (280): Unrecognized member 'AnnounceNewPlayerJoiningServer' in class 'HumanController'
I get this error when i was busy adding pbsay to my bot.
I have a Humancontroller.uc with
class HumanController extends PlayerController;
// this creates the humancontroller class that is inside of apg.u
function AnnounceNewPlayerJoiningServer(string Msg)
{} in it
and the call to that is good too(in my opinion)
exec function PBSay(String Msg)
{
HumanController(MyController).AnnounceNewPlayerJoi ningServer("PunkBuster Client: " $Msg);
}
I get this error when i was busy adding pbsay to my bot.
I have a Humancontroller.uc with
class HumanController extends PlayerController;
// this creates the humancontroller class that is inside of apg.u
function AnnounceNewPlayerJoiningServer(string Msg)
{} in it
and the call to that is good too(in my opinion)
exec function PBSay(String Msg)
{
HumanController(MyController).AnnounceNewPlayerJoi ningServer("PunkBuster Client: " $Msg);
}