View Single Post
  #4  
Old 11-03-2012, 06:20 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

GPUserIconType is an enum type the argument type is int so you must cast (int)
Code:
GPUserLabel lbl = GamePlay.gpMakeUserLabel(p, GamePlay.gpPlayer(), "RAF Dunkirk", t, (int)GPUserIconType.Factory);
Sorry have overseen it.

Last edited by FG28_Kodiak; 11-03-2012 at 06:24 AM.
Reply With Quote