22.08.2012, 18:27
Well, I'm working on a new project my TDM server, I have multiple classes and i want to put a title when i swich through them, I'm not really sure where i should start with this so i decided to come here, Anyone got any help?
My actual AddPlayerClasses:
My actual AddPlayerClasses:
Код:
//HillBilly classes AddPlayerClass(159,-1507.4792,1970.0309,48.4219,178.7565,0,0,0,0,0,0); AddPlayerClass(158,-1507.4792,1970.0309,48.4219,178.7565,0,0,0,0,0,0); AddPlayerClass(157,-1507.4792,1970.0309,48.4219,178.7565,0,0,0,0,0,0); //U.S AurForce class. AddPlayerClass(61,428.1319,2499.8589,16.4844,87.5397,0,0,0,0,0,0); //Russian Federation class. AddPlayerClass(111,214.0262,1874.0927,13.1406,1.0193,0,0,0,0,0,0); AddPlayerClass(112,214.0262,1874.0927,13.1406,1.0193,0,0,0,0,0,0); AddPlayerClass(113,214.0262,1874.0927,13.1406,1.0193,0,0,0,0,0,0); //Assassin class. AddPlayerClass(33,2007.3893,2909.3374,47.8231,181.4810,0,0,0,0,0,0); AddPlayerClass(264,2007.3893,2909.3374,47.8231,181.4810,0,0,0,0,0,0); return 1;