Hello,i'm trying to modify a plugin.
I tried to do something on AccessTrackRules call but it seems to never be called
I overloaded what is needed :
I used a throwyellow to activate it, but still nothing ...
Any help ? It seems to work on StockCarRulesPlugin.
I probably missed something ...
I tried to do something on AccessTrackRules call but it seems to never be called
I overloaded what is needed :
Code:
bool WantsTrackRulesAccess() { return( true ); }
bool AccessTrackRules(TrackRulesV01& info);
I used a throwyellow to activate it, but still nothing ...
Any help ? It seems to work on StockCarRulesPlugin.
I probably missed something ...