Ok bis jetzt gehtz nun versuche ich noch das PlayertoPoint einzubauen aber schonmal ein großes danke
//edit: Ich sehe meine Objekte garnicht und ich weiß auch nicht warum !!
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
tor1 = CreateObject(5152, 1076.627930, -926.375610, 42.034863, 0.0000, 23.2048, 93.4377);
CreateObject(2773, 1075.041382, -925.449036, 42.696915, 0.0000, 0.0000, 183.4377);
CreateObject(2773, 1075.162720, -927.364136, 42.696915, 0.0000, 0.0000, 183.4377);
CreateObject(2773, 1078.125610, -925.506653, 42.695930, 0.0000, 0.0000, 183.4377);
CreateObject(2773, 1078.249878, -927.431213, 42.687294, 0.0000, 0.0000, 183.4377);
CreateObject(5152, 1076.627930, -926.375610, 42.034863, 0.0000, 23.2048, 93.4377);
return 1;
}
hab alles unter onGameModInit gemacht aber es sind keine Objekte da, was ist falsch ???