Open doors with one cmd
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
I would prefer using it with names, it makes it easier. You can use /opendoor <name> and it will move each door according to the name.

pawn Код:
CMD:opendoor(playerid, params[])
{
    if (isnull(params)) return SendClientMessage(playerid, -1, "Usage: /opendoor <old/cld/ogd/cgd>");
    if (!strcmp(params, "old", true))
    {
        if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240)) return SendClientMessage(playerid, lightblue, "You're not at lounge room enterance!");
        MoveObject(LoungeRoom, 163.88570, 2508.83838, -89.91240, 2.0);
    }
    else if (!strcmp(params, "cld", true))
    {
        if(!IsPlayerInRangeOfPoint(playerid, 1.8, 163.88570, 2510.17822, -89.91240)) return SendClientMessage(playerid, lightblue, "You're not at lounge room enterance!");
        MoveObject(LoungeRoom, 163.88570, 2510.17822, -89.91240, 2.0);
    }
    else if (!strcmp(params, "ogd", true))
    {
        if(!IsPlayerInRangeOfPoint(playerid, 1.8, 168.4030,2489.5740,-88.9141)) return SendClientMessage(playerid, lightblue, "You're not at Guard office enterance!");
        MoveObject(GuardRoom, 166.34940, 2489.65137, -89.93290, 2.0);
    }
    else if (!strcmp(params, "cgd", true))
    {
        if(!IsPlayerInRangeOfPoint(playerid, 1.8, 168.4030,2489.5740,-88.9141)) return SendClientMessage(playerid, lightblue, "You're not at Guard office enterance!");
        MoveObject(GuardRoom, 167.66940, 2489.65137, -89.93290, 2.0);
    }
    else SendClientMessage(playerid, -1, "Valid names: old, cld, ogd and cgd");
    return 1;
}
Yeah.. I think this will be better.


Thank you all, for support.
Reply


Messages In This Thread
Open doors with one cmd - by thaKing - 03.06.2014, 12:40
Re: Open doors with one cmd - by rockhopper - 03.06.2014, 12:46
Re: Open doors with one cmd - by Youice - 03.06.2014, 12:46
Re: Open doors with one cmd - by Konstantinos - 03.06.2014, 12:48
Re: Open doors with one cmd - by thaKing - 03.06.2014, 12:52

Forum Jump:


Users browsing this thread: 3 Guest(s)