11.05.2013, 22:46
pawn Код:
C:\Users\Gabriel\Desktop\Gamemode\BSL\gamemodes\GM.pwn(83) : error 049: invalid line continuation
pawn Код:
MotinhasSpawn[0] = CreateVehicle(462,1698.9899,-1899.6999,13.2000,92.0000,214,,-1,-1, -1);
pawn Код:
public OnGameModeInit()
{
SetGameModeText("Development");
UsePlayerPedAnims();
DisableInteriorEnterExits();
//==================================================Motinha Novatos=========================================================\\
MotinhasSpawn[0] = CreateVehicle(462,1698.9899,-1899.6999,13.2000,92.0000,214,,-1,-1, -1);
MotinhasSpawn[1] = CreateVehicle(462,1698.9899900,-1900.8000500,13.2000000,92.0000000,-1,-1, -1);
MotinhasSpawn[2] = CreateVehicle(462,1698.9899900,-1902.0000000,13.2000000,90.0000000,-1,-1, -1);
MotinhasSpawn[3] = CreateVehicle(462,1698.9899900,-1903.5000000,13.2000000,90.0000000,-1,-1, -1);
MotinhasSpawn[4] = CreateVehicle(462,1698.9899900,-1897.3000500,13.2000000,88.0000000,-1,-1, -1);
MotinhasSpawn[5] = CreateVehicle(462,1698.9899900,-1898.5999800,13.2000000,90.0000000,-1,-1, -1);
MotinhasSpawn[6] = CreateVehicle(510,1698.9899900,-1907.0999800,13.2000000,88.0000000,-1,-1, -1);
MotinhasSpawn[7] = CreateVehicle(510,1698.9899900,-1909.8000500,13.2000000,90.0000000,-1,-1, -1);
MotinhasSpawn[8] = CreateVehicle(510,1698.9899900,-1912.4000200,13.3000000,90.0000000,-1,-1, -1);
MotinhasSpawn[9] = CreateVehicle(510,1698.9899900,-1911.0999800,13.3000000,90.0000000,-1,-1, -1);
MotinhasSpawn[10] = CreateVehicle(510,1698.9899900,-1913.6999500,13.2000000,90.0000000,-1,-1, -1);
MotinhasSpawn[11] = CreateVehicle(510,1698.9899900,-1908.5000000,13.3000000,90.0000000,-1,-1, -1);
MotinhasSpawn[12] = CreateVehicle(462,1698.9899900,-1905.0999800,13.2000000,88.0000000,-1,-1, -1);
for(new i = 0; i < 10; ++i) SetVehicleNumberPlate(MotinhasSpawn[i], "Novatos");
return 1;
}