12.02.2010, 15:26
how to set this?
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("World at War");
AddPlayerClass(287, 215.000000,1860.000000,12.512154, 269.1425, 24, 10000, 36, 10000, 29, 10000);//american's
AddPlayerClass(285, 414.220000,2534.079000,18.519966, 269.1425, 24, 10000, 36, 10000, 29, 10000);//german's
AddPlayerClass(294, -223.000000,2770.000000,62.048306, 269.1425, 24, 10000, 36, 10000, 29, 10000);//russian's
AddPlayerClass(73, -329.484000,1536.500000,75.990000, 269.1425, 24, 10000, 36, 10000, 29, 10000);//japan's
i will set the color example from the japans to red if japan spawn...
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("World at War");
AddPlayerClass(287, 215.000000,1860.000000,12.512154, 269.1425, 24, 10000, 36, 10000, 29, 10000);//american's
AddPlayerClass(285, 414.220000,2534.079000,18.519966, 269.1425, 24, 10000, 36, 10000, 29, 10000);//german's
AddPlayerClass(294, -223.000000,2770.000000,62.048306, 269.1425, 24, 10000, 36, 10000, 29, 10000);//russian's
AddPlayerClass(73, -329.484000,1536.500000,75.990000, 269.1425, 24, 10000, 36, 10000, 29, 10000);//japan's
i will set the color example from the japans to red if japan spawn...