Создание ворот для http://cheat-master.ru/forum/123-11923-1
Ко всем командам
Code
if ((strcmp(cmd, "/open", true)==0) || (strcmp(cmd, "/op", true)==0))
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(15.0,playerid, 1360.7900390625, -1902.3800048828, 14.800000190735)) // Автошкола
{
if(PlayerInfo[playerid][pAdmin] >= 7)
{
MoveObject(adminGate,1349, -1902.3800048828, 14.800000190735, 3);
SetTimer("adminGateClose", 5000, 0);
}
else{SendClientMessage(playerid, COLOR_GREY, "Ошибка");}
}
}
}
Ко всем new
Потом найдите строчку CreateObject(11327, 1360.7900390625 и замените её на
Code
LSvorota = CreateObject(11327, 1360.7900390625, -1902.3800048828, 14.800000190735, 0, 0, 90);
А потом пихайте вниз мода
Code
forward adminGateClose();
public LSvorotaClose()
{
MoveObject(LSvorota, 1360.7900390625, -1902.3800048828, 14.800000190735,2.00);
return 0;
}
Ну вот и все