#1

Im trying to do a gate command that if you are near the gate it can tell what gate you want to open and open it. Can you help me I only have this right now.
pawn Код:
CMD:gate(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] == 8055)
        {
            MoveObject(impoundgate,-1209.48816, -1071.85449, 123.64065,1.5);
        }
        else return SendClientMessage(playerid, COLOR_RED, "You are not the owner of this server.");
    return 1;
}
Reply


Messages In This Thread
Gate - by lramos15 - 02.06.2013, 22:14
Re: Gate - by DarkShade705 - 02.06.2013, 22:48
Re: Gate - by Richie© - 02.06.2013, 23:18
Re: Gate - by lramos15 - 02.06.2013, 23:49
Re: Gate - by Richie© - 03.06.2013, 00:01
Re: Gate - by lramos15 - 03.06.2013, 00:20
Re: Gate - by Richie© - 03.06.2013, 00:27

Forum Jump:


Users browsing this thread: 1 Guest(s)