Add Icon to Player in MiniMap

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

in bl_PlayerSyncs.cs -> Awake() -> replace the code in the bottom of the function with this:

Code: Select all

#if UMM
      MiniMapItem = this.GetComponent<bl_MiniMapItem>();
         if (isMine && MiniMapItem != null) {MiniMapItem.DestroyItem(true); MiniMapItem.enabled = false; }
#endif
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
jony12
Contributor
Contributor
Posts: 223
Joined: Mon Sep 24, 2018 12:46 pm

Thank you but the mark on the marker is still visible.

https://ibb.co/DQCxv5T

https://ibb.co/yYRHZPm
User avatar
jony12
Contributor
Contributor
Posts: 223
Joined: Mon Sep 24, 2018 12:46 pm

I've updated the top post.
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

You have enabled the addon?
The screenshoot of the code editor show me like the addon is not enabled.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
jony12
Contributor
Contributor
Posts: 223
Joined: Mon Sep 24, 2018 12:46 pm

It was off, I plugged it in and it worked fine.
Thank you very much.
Post Reply