Also ich will das mein schranke hoch und wieder runter geht also mit befehl
#include <a_samp>
#pragma tabsize 0
#define COLOR_YELLOW 0xFFFF00AA
#define FILTERSCRIPT
#if defined FILTERSCRIPT
new schranke;
public OnFilterScriptInit()
{
schranke = CreateObject(968, 342.1923828125, 1796.0849609375, 18.208486557007, 0.000000, 89, 33.744506835938);
print("\n--------------------------------------");
print(" Blank Filterscript by KingCan");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
#endif
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(cmdtext, "/scho", true) == 0){
MoveObject(schranke,);
SendClientMessage(playerid, COLOR_YELLOW,"Schranke ist nun Offen");
return 1;
}
if (strcmp(cmdtext, "/schc", true) == 0){
MoveObject(schranke,);
SendClientMessage(playerid, COLOR_YELLOW,"Schranke ist nun Geschlossen");
return 1;
}
return 0;
}
problem dabei ist ich will das es wieder nach oben geht und nicht hinter bei mir wenn ich /scho mache
geht der schranke nach hinten und ja da sind die cords kann mir wer mal pls helfen , danke !!
(968, 342.1923828125, 1796.0849609375, 18.208486557007, 0.000000, 89, 33.744506835938); // Die schranke ist Offen
(968, 342.1923828125, 342.1923828125, 18.208486557007, 0.000000, 0.000000, 33.744506835938); // Die schranke ist Geschlossen