I found that UpdateScoring method is never called when plugin is run with dedicated server.
The same plugin run with client (game) instance works like a charm.
Anyone, especialy devs may confirm that?
There is also small thing I cannot manage: mSectorFlag[] returns unexpected values. In rF1 it returns 1 or 0. Now I get 11 and occasionaly 1. Here is the code I'm using to write it into file:
BTW: I hoped to be the first who released plugin for rF2
Again, please consider to create plugin subforum. My previous request fell down to 3 page after 6 hours:
http://isiforums.net/f/showthread.php/2386-Plugin-developers-subforum.
Without subforum plugin developement questions will be easily missed.
BTW: Example plugin is set to use V1 of InternalsPlugin. InternalsPlugin itself is defined for v4 already. It's a note to all which cannot get new features to work (access driving aids settings etc)
The same plugin run with client (game) instance works like a charm.
Anyone, especialy devs may confirm that?
There is also small thing I cannot manage: mSectorFlag[] returns unexpected values. In rF1 it returns 1 or 0. Now I get 11 and occasionaly 1. Here is the code I'm using to write it into file:
Code:
fprintf_s( fo, "SectorYellowFlags=(%d,%d,%d)\n", info.mSectorFlag[1], info.mSectorFlag[2], info.mSectorFlag[0]);
BTW: I hoped to be the first who released plugin for rF2
Again, please consider to create plugin subforum. My previous request fell down to 3 page after 6 hours:
http://isiforums.net/f/showthread.php/2386-Plugin-developers-subforum.
Without subforum plugin developement questions will be easily missed.
BTW: Example plugin is set to use V1 of InternalsPlugin. InternalsPlugin itself is defined for v4 already. It's a note to all which cannot get new features to work (access driving aids settings etc)
Last edited by a moderator: