Tessék
A map editorral lerakod és átconvertálod CreateObjectbe és a 0.0000 helyére a kordinátákat
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT
#include <a_samp>
#if defined FILTERSCRIPT
new kapu ;
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp(\"/kapu-nyit\", cmdtext, true, 10) == 0)
{
MoveObject(kapu,0.0000,0.0000,0.0000,2);// a 2es a gyorsaság//kinyitott állapot
GivePlayerMoney(playerid,-100);
return 1;
}
if (strcmp(\"/kapu-zar\", cmdtext, true, 10) == 0)
{
MoveObject(kapu,0.0000,0.0000,0.0000,2);// a 2es a gyorsaság//Bezárt állapot
return 1;
}
return 0;
}
public OnFilterScriptInit()
{
kapu = CreateObject(id,0.0000,0.0000,0.0000,0.0000,0.0000,0.0000,10);//0000= koordináták
return 1;
}
#endif
Ha nem jó vegyél fel skypera és segítek