![]() |
#1
|
|||
|
|||
![]()
Hi,
I am trying to call a list on screen of objectives completed. Is there a way to call the cost string into a list? Code:
const string Objective_P = " German Supply Tankers Survived,"; //BlueObjective3 Survived const string Objective_Q = " English Supply Tankers Survived,"; //RedObjective4 Survived const string Objective_R = " English Supply Tankers Destroyed,"; //BlueObjective5 Destroyed string Objective_Total_Red = ""; string Objective_Total_Blue = ""; Code:
Objective_Total_Blue += (Objective_P);] Code:
GamePlay.gpHUDLogCenter(new Player[] { player }, "Objective_Total_Red ("")": "Objective_Total_Blue("")", new object[] { Objective_Total_Red.ToString(), Objective_Total_Blue.ToString() });
__________________
__________________ Win7, 64bit Ultra Asus P8P67Pro MB Intel i7-2600K Coursair 16GB (4x 4GB), DDR3-1600MHz Gainward Nvidia 580GTX 3GB DDR5 850-Watt Modular Power Supply WIN7 and COD on Gskill SSD 240GB 40" Panasonic LCD TrackIR5 + Thrustmaster Warthog stick, throttle & pedals |
|
|