Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Tiberian Technologies / Blackhand Studios » Other Products » Certain gamelogs
Re: Certain gamelogs [message #483876 is a reply to message #483835] Tue, 08 October 2013 11:07 Go to previous messageGo to previous message
Gen_Blacky is currently offline  Gen_Blacky
Messages: 3250
Registered: September 2006
Karma:
General (3 Stars)
danpaul88 wrote on Fri, 04 October 2013 04:36

Not at present, feel free to request it though. I tend to use the BR bug tracker over at BHP as the go-to place for feature requests and bug reports these days.

https://www.bluehellproductions.com/forum/index.php?app=tracker&showproject= 18



good to know.

I like the new moduler plugin system. But if you use a poe kernel timer in a plugin it wont have a result. For example.

sub start
{
	my ( $kernel, $session, $heap, $args ) = @_[ KERNEL, SESSION, HEAP, ARG0 ];
	my %args = %{$args};
	my $next_time = int( time() ) + 15;
	$kernel->alarm( SomeSub => $next_time => \%args );
}



The plugin wont load in plugin.pm. Get successful execution of plugin a different way?


      $poe .= "    plugin_start => sub {
                     my \$result = plugin_event('".$plugin_name."','start',\@_);
                     if ( defined(\$result) and \$result == 0 )
                     {
                       set_state('".$plugin_name."',2);
                       unload_plugin('".$plugin_name."');
                     }
                   }, \n";


http://s18.postimage.org/jc6qbn4k9/bricks3.png

[Updated on: Tue, 08 October 2013 11:07]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: brenbot unban help
Next Topic: BrenBot error
Goto Forum:
  


Current Time: Tue May 14 03:37:41 MST 2024

Total time taken to generate the page: 0.00674 seconds