Hallo Breads!
Ich wollte euch Fragen wie ich z.B ne Brücke oder so hoch und runter machen kann?
Ich wollte grade etwas Scripter nur ich weiß jetz net wie mach Sachen halt hoch runter bewegen kann mit nem Befehl!
Und:
Es sind ca 20-30 Objecte die ich mich einem Befehl machen will wie geht das?^^
Danke euch
(Selfmade Script)
Noch nix gemacht will erstmal das Scripten
Edit(: Is das Right?
New Gate
Dann bei OnGameModeInit
Gate = CreateObject(987, 1642.695313, -1711.768799, 19.544977, 0.0000, 0.0000, 270.0000);//Die Kords
20-30x
Dann bei OnPlayerCommandText
if (strcmp(cmdtext, "/auf", true)==0) // Befehl zum Öffnen { if(gTeam[playerid] == TEAM_COPS) { MoveObject(Gate,1640.695313, -1711.768799, 19.544977,4); // Die Kords, wo das tor sein soll wenns offen ist return 1; } if (strcmp(cmdtext, "/zu", true)==0) { MoveObject(Gate,1642.695313, -1711.768799, 19.544977,4); // Die Kords, wo das tor sein soll wenns zu ist return 1; }