Also ich hab ma mit nem TuT ein Filterscript erstellt und hab da 4erorrs bekommen
naja hier mein script:
public OnPlayerCommandtext(playerid, cmdtext[])
if (strcmp("/adminauf", cmdtext, true, 12) == 0)
{
MoveObject(tGate, 2472.0417480469,-1656.1574707031,31.794237136841,2.0);
SetTimer("GateClosetGate",5000,0);
return 1;
}
forward GateClosetGate();
public GateClosetGate()
{
MoveObject(tGate, 2486.7004394531,-1655.9311523438,31.794237136841,2.0);
return 1;
}
thx schon mal !!!