csabesz elirtad /kapu-ki -nél nem lift hanem kaput kell irni
#include <a_samp>
#define FILTERSCRIPT
#if defined FILTERSCRIPT
new kapu;
public OnFilterScriptInit()
{
kapu = CreateObject(18553, 226.433655, 1872.436768, 14.026321, 0.0000, 0.0000, 180.0000);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, \"/kapu-ki\", true) == 0)
{
MoveObject(kapu, 226.433655, 1872.436768, 11.401323, 2.0);
SetTimer(\"Vissza\",6000,0);
return 1;
}
return 0;
}
forward Visszza();
public Vissza()
{
MoveObject(kapu, 226.433655, 1872.436768, 14.026321, 2.0);
return 1;
}
Ez a Javított változat