The online racing simulator
Quote from Krammeh :That makes sense! Thank you .

Not had a single crash (That wasn't typo related in the plugin :P), Thanks.

Anything in the master branch (release branch) should be pretty rock solid, but if you happen to notice anything that does crash it (like a bug on my end) please do report it.
does the connection handler auto reconnect at all?

Also, is there a way to reinit from within a plugin?
Quote from Krammeh :does the connection handler auto reconnect at all?

Yes, it does it attempts to connects 5 times if they fail it closes PRISM
Quote from Krammeh :does the connection handler auto reconnect at all?

Quote from Fire_optikz001 :Yes, it does it attempts to connects 5 times if they fail it closes PRISM

Should you not get a TINY_NONE packet from the server after X of seconds, the PRISM will attempt to reconnection 5 times before discarding the connection. In the case that you have Y number of connections, PRISM will not exit until Y is less then 1.

Quote from Fire_optikz001 :Also, is there a way to reinit from within a plugin?

Call $PRISM->initialise(); Although I'm not sure how well that would work, as I've never called them from a plugin. Let me know the results!
For some reason, !help no longer works.

Could there be too many commands for it to work? or a duplicate command?


<?php 
        
        $this
->registerSayCommand('test''cmdTest''Displays your user info.');
        
$this->registerSayCommand('buy''cmdBuy''Purchase a car.');
        
$this->registerSayCommand('sell''cmdSell''Purchase a car.');
        
$this->registerSayCommand('tow''cmdTow''Sent to garage for £600');
        
$this->registerSayCommand('cash''cmdCash''Current bank balance.');
        
$this->registerSayCommand('licence''cmdLicence''Current Licence.');
        
$this->registerSayCommand('showoff''cmdShowoff''Shows off your stats.');
?>

edit: ignore that, I've just realised it's part of the admin plugin.
Quote from Krammeh :For some reason, !help no longer works.

Could there be too many commands for it to work? or a duplicate command?

edit: ignore that, I've just realised it's part of the admin plugin.

Yes, it's apart of the admin plugin. And I can't say I've ever tried to bind the same command to two functions, but I don't see why that would not work so long as the first command allows it. (If you pass PLUGIN_HANDLED as a return value, the second command in the list will never see the input.)

FGED GREDG RDFGDR GSFDG