HI leute
hab mal nen problem
also hier mein script:
( es werden keine objekte angezeigt & die cars auch nicht )
Code
public OnGameModeInit()
{
SetGameModeText("XTREAM REALLIFE");
ShowPlayerMarkers(0);
ShowNameTags(0);
// Player Class's
AddPlayerClass(29,1095.8383,-934.2606,43.0779,278.7475,0,0,0,0,0,0);
AddPlayerClass(264,1095.8383,-934.2606,43.0779,278.7475,0,0,0,0,0,0);
AddPlayerClass(230,1095.8383,-934.2606,43.0779,278.7475,0,0,0,0,0,0);
AddPlayerClass(170,1095.8383,-934.2606,43.0779,278.7475,0,0,0,0,0,0);
AddPlayerClass(134,1095.8383,-934.2606,43.0779,278.7475,0,0,0,0,0,0);
// Car Spawns
AddStaticVehicle(462,1122.7252,-933.7252,42.6396,192.5187,6,6); // spawncar
AddStaticVehicle(462,1124.3907,-933.7424,42.6269,189.3876,3,3); // spawncar
AddStaticVehicle(462,1126.0481,-933.7435,42.6182,184.9821,0,0); // spawncar
AddStaticVehicle(481,1131.7396,-934.1305,42.4707,184.3219,1,1); // spawncar
AddStaticVehicle(481,1134.4474,-933.8277,42.4684,182.7685,1,1); // spawncar
AddStaticVehicle(481,1136.2006,-933.7771,42.4402,191.0593,1,1); // spawncar
AddStaticVehicle(481,1133.0731,-934.0261,42.4474,183.3960,1,1); // spawncar
AddStaticVehicle(507,1142.8251,-939.3923,42.7149,95.7963,8,1); // spawncar
//objekte
CreateObject(2921, 1218.628784, -920.315552, 54.433514, 0.0000, 0.0000, 0.0000);
CreateObject(2921, 1219.172119, -923.908997, 54.433514, 0.0000, 0.0000, 22.5000);
CreateObject(2921, 1223.760376, -871.028259, 48.175755, 0.0000, 0.0000, 67.5000);
CreateObject(2921, 1169.894043, -893.221924, 46.285194, 0.0000, 0.0000, 157.5000);
CreateObject(3005, 1166.459717, -878.358765, 42.440708, 0.0000, 0.0000, 11.2500);
CreateObject(3006, 1167.081177, -883.062927, 42.440708, 0.0000, 0.0000, 0.0000);
CreateObject(16151, 1185.018311, -903.307251, 42.653538, 0.0000, 0.0000, 11.2500);
CreateObject(1432, 1182.724854, -909.450623, 42.426384, 0.0000, 0.0000, 0.0000);
CreateObject(1432, 1180.223511, -907.185852, 42.447342, 0.0000, 0.0000, 0.0000);
CreateObject(1432, 1180.012451, -903.343262, 42.443073, 0.0000, 0.0000, 0.0000);
CreateObject(1486, 1183.925293, -903.411438, 43.403683, 0.0000, 0.0000, 0.0000);
CreateObject(1486, 1184.029907, -903.181458, 43.403683, 0.0000, 0.0000, 0.0000);
CreateObject(1542, 1185.461304, -901.470215, 44.032627, 0.0000, 0.0000, 191.2501);
CreateObject(1481, 1186.331055, -912.003296, 42.959370, 0.0000, 0.0000, 236.2501);
CreateObject(2828, 1185.166504, -899.836060, 43.279739, 0.0000, 0.0000, 101.2500);
CreateObject(2855, 1183.782349, -901.455383, 43.258732, 0.0000, 0.0000, 67.5000);
CreateObject(1518, 1198.020630, -917.944397, 43.592010, 0.0000, 0.0000, 11.2500);
CreateObject(2374, 1186.639893, -908.919983, 43.619900, 0.0000, 0.0000, 281.2500);
CreateObject(10310, 1205.177612, -867.993286, 53.317772, 0.0000, 0.0000, 191.2500);
CreateObject(3173, 2307.265137, -1991.718872, 12.812168, 0.0000, 0.0000, 0.0000);
CreateObject(1348, 2306.533203, -2002.161255, 13.253183, 0.0000, 0.0000, 0.0000);
CreateObject(969, 2541.143555, -2121.320068, 12.713753, 0.0000, 0.0000, 90.0000);
CreateObject(987, 2424.382324, -2091.188477, 12.546873, 0.0000, 0.0000, 270.0000);
CreateObject(987, 1326.495605, -865.145142, 38.578125, 0.0000, 0.0000, 90.0000);
CreateObject(987, 1326.414307, -853.153076, 38.578125, 0.0000, 359.1406, 88.3585);
CreateObject(987, 1292.910889, -852.547058, 42.328922, 0.0000, 0.0000, 281.2500);
CreateObject(987, 1294.501709, -878.924500, 41.875343, 0.0000, 0.0000, 276.9529);
CreateObject(12985, 1308.848511, -876.510498, 42.416534, 0.0000, 0.0000, 270.0000);
CreateObject(987, 1300.296265, -897.877441, 41.882813, 0.0000, 0.0000, 1.1775);
SetTimer("MoneyUpdate", 1000, 1);
SetTimer("payday",60000,1);
return 1;
}
Alles anzeigen
MfG