#include <a_samp>
new gantongate;
main()
{
print(\"\\n----------------------------------\");
print(\" Kapu script \");
print(\"----------------------------------\\n\");
}
public OnGameModeInit()
{
gantongate = CreateObject(980, 2464.072266, -1659.174805, 15.078640, 0.0000, 0.0000, 90.0000);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, \"/kapu-nyit\", true) == 0)
{
MoveObject(gantongate,2464.023438, -1670.716309, 15.070534, 2.5);
return 1;
}
if(strcmp(cmdtext, \"/kapu-zar\", true) == 0)
{
MoveObject(gantongate,2464.072266, -1659.174805, 15.078640, 2.5);
return 1;
}
return 0;
}
kiemeltem, hogy mit kell átmásolni. hogy hova, azt úgyis látod. (bocs, h nem tettem code-ba, de akkor nem akarta elszinezni)