Код:
AddPlayerClassEx(0, 179, -328.12,1535.54,75.56,5.0618, 24, 28, 16, 4, 31, 150); // Assaut
AddPlayerClassEx(0, 179, -328.12,1535.54,75.56,5.0618, 23, 34, 29, 120, 34, 20); // Sniper
AddPlayerClassEx(0, 179, -328.12,1535.54,75.56,5.0618, 23, 34, 25, 20, 6, 1); // Engineer
AddPlayerClassEx(0, 179, -215.90,1446.17,76.50,5.0618, 23, 34, 29, 150, 17, 5); // Pilot
AddPlayerClassEx(1, 287, 199.40,2071.82,22.90,31.7517, 24, 28, 16, 4, 31, 150); // Assaut
AddPlayerClassEx(1, 287, 199.40,2071.82,22.90,31.7517, 23, 34, 29, 120, 34, 20); // Sniper
AddPlayerClassEx(1, 287, 199.40,2071.82,22.90,31.7517, 23, 34, 25, 20, 6, 1); // Engineer
AddPlayerClassEx(1, 287, 29.96,1947.57,17.64,31.7517, 23, 34, 29, 150, 17, 5); // Pilot
AddPlayerClassEx(2, 120, -661.07,370.81,16.39,5.0618, 24, 28, 16, 4, 31, 150); // Assaut
AddPlayerClassEx(2, 120, -558.44,442.93,16.39,5.0618, 23, 34, 29, 120, 34, 20); // Sniper
AddPlayerClassEx(2, 120, -661.07,370.81,16.39,5.0618, 23, 34, 25, 20, 6, 1); // Engineer
AddPlayerClassEx(2, 120, -558.44,442.93,16.39,5.0618, 23, 34, 29, 150, 17, 5); // Pilot
AddPlayerClassEx(3, 73, -227.63,2723.80,63.69,5.0618, 24, 28, 16, 4, 31, 150); // Assaut
AddPlayerClassEx(3, 73, -267.97,2608.16,63.28,5.0618, 23, 34, 29, 120, 34, 20); // Sniper
AddPlayerClassEx(3, 73, -227.63,2723.80,63.69,5.0618, 23, 34, 25, 20, 6, 1); // Engineer
AddPlayerClassEx(3, 73, -267.97,2608.16,63.28,5.0618, 23, 34, 29, 150, 17, 5); // Pilot
Код:
public OnGameModeInit()
{
// Briefcases (Buy)
bcase = CreatePickup(1210, 2, 207.69, 1993.73, 17.64, 0); // USA Main Base ( AREA51 )
bcase1 = CreatePickup(1210, 2, 64.33, 1942.54, 17.64, 0); // USA Secondary Base ( Area 51 - Helicopter Pads Station - )
bcase2 = CreatePickup(1210, 2, -2.88, 1503.94, 14.04, 0); // (USA) Desert Outpost ( Near Area 51 )
bcase3 = CreatePickup(1210, 2, -558.64, 433.82, 19.27, 0); // JAPAN Main Base (Aircraft Carrier)
bcase4 = CreatePickup(1210, 2, -691.61, 957.86, 12.21, 0); // JAPAN Secondary Base ( Japanse Military Outpost )
bcase5 = CreatePickup(1210, 2, -312.22, 1542.30, 75.56, 0); // RUSSIA Main Base (Satelite Base)
bcase6 = CreatePickup(1210, 2, -310.56, 1303.52, 53.66, 0); // RUSSIA Military Outpost (Near Satelite Base - Tank Outpost - )
bcase7 = CreatePickup(1210, 2, -227.52, 2710.40, 62.98, 0); // France Main Base
// Don't use these lines if it's a filterscript
SetGameModeText("World War 0.5 BETA");
EDIT: Oh, its OnPlayerSpawnEx, not AddPlayerClassEx, EPIC FAIL XD..
I'll try to find out in the Wiki, Thank you all for helping, i'll post anytime i have a Problem