Gates
#6

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
I see... kkkkk anything you want just ask
Код:
COMMAND:openlspd(playerid,params[])
{
    if(LspdIsClosed == 1)
    {
        new string[128];
        format(string,sizeof(string),"The LSPD gate has just been opened.");
        SendClientMessage(playerid,COLOR_WHITE,string);
        MoveDynamicObject(LSPDgate,1546.82165527,-1625.91467285,5.15620422,2.0);
        LspdIsClosed = 0;
        }
    else
    SendClientMessage(playerid,COLOR_WHITE,"The gate is already open.");
    return 1;
    }
COMMAND:closelspd(playerid,params[])
{
    if(LspdIsClosed == 0)
    {
        new string[128];
        format(string,sizeof(string),"The LSPD gate has just been closed.");
        SendClientMessage(playerid,COLOR_WHITE,string);
        MoveDynamicObject(LSPDgate,1550.04785156,-1625.51953125,15.15620422,2.0);
        LspdIsClosed = 1;
        }
        else
        SendClientMessage(playerid,COLOR_WHITE,"The gate is already closed.");
    return 1;
     }
try this
Reply


Messages In This Thread
Gates - by [GOD]Dragonster82 - 01.10.2011, 04:32
Re: Gates - by Dolby - 01.10.2011, 04:37
Re: Gates - by Pharrel - 01.10.2011, 04:37
Re: Gates - by [GOD]Dragonster82 - 01.10.2011, 04:46
Re: Gates - by Pharrel - 01.10.2011, 04:48
Re: Gates - by hydronic - 01.10.2011, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)