Thread: Map Pins
View Single Post
04/26/14, 04:28 AM   #6
skv1991
Join Date: Apr 2014
Posts: 5
Originally Posted by Shinni View Post
replace pinTypeAddCallback with CreateMapPins.
Yeah, thats working! But map icon looks like white square

mistake in
lua Code:
  1. local pinLayoutData  = {
  2.        level = 40,
  3.        textue = "SKVTrunkMap/Icons/Skvtrunk.dds",
  4.        size = 32, -- Size of icon
  5. }
textue I replace with texture and all works!



Now I need to add more funcionality and, maybe, compass data =) BIG thanks guys, I will write code here, when I'm done =)

Last edited by skv1991 : 04/26/14 at 05:19 AM.
  Reply With Quote