08.09.2009, 16:14
Pretty annoying changing the id's manually, most people like to copy and paste and simply edit the coords and modelid.
Fix for lazy people.
Although this is only for under OnGameModeInit, for commands etc you would need a global variable.
Fix for lazy people.
pawn Код:
new carid = 0;
AddCarPerName(carid,"LuxurioN",411,-2118.9319,194.8274,35.7567,2.7513,3,3);
AddCarPerName(carid++,"PlayerName1",421,-2036.5212,305.6321,35.9090,359.8144,0,0);
AddCarPerName(carid++,"PlayerName2",421,-2036.5212,305.6321,35.9090,359.8144,0,0);

