Gate command retarted
#1

Wtf?! If I do /tinnogate it says Opening and it opens, then I do /tinnogate1 and it says Opening and nothing happens! What is wrong here?

pawn Код:
if(strcmp("/tinnogate", cmdtext, true, 10) == 0)
    {
        if(!IsPlayerLuxAdminLevel(playerid,3)) return SendClientMessage(playerid, 0xFF0000FF, "This Command Can Only Be Used By Authorized Person");
        {
            GameTextForPlayer(playerid, "Opening!", 3000, 4);
            MoveObject(tinno, 1286.86, -611.55, 106.62, 2.0);
        }
        return 1;
    }
    if(strcmp("/tinnogate1", cmdtext, true, 10) == 0)
    {
        if(!IsPlayerLuxAdminLevel(playerid,3)) return SendClientMessage(playerid, 0xFF0000FF, "This Command Can Only Be Used By Authorized Person");
        {
            GameTextForPlayer(playerid, "Closing!", 3000, 4);
            MoveObject(tinno, 1286.86, -611.55, 101.13, 2.0);
        }
        return 1;
    }
Reply


Messages In This Thread
Gate command retarted - by ColdIce - 13.07.2011, 12:46
Re: Gate command retarted - by iRana - 13.07.2011, 12:50
Re: Gate command retarted - by ColdIce - 13.07.2011, 12:57
Re: Gate command retarted - by Vero - 13.07.2011, 12:59
Re: Gate command retarted - by ColdIce - 13.07.2011, 13:00
Re: Gate command retarted - by Skylar Paul - 13.07.2011, 13:01
Re: Gate command retarted - by ColdIce - 13.07.2011, 13:18
Re: Gate command retarted - by Vince - 13.07.2011, 13:35
Re: Gate command retarted - by ColdIce - 13.07.2011, 13:53

Forum Jump:


Users browsing this thread: 1 Guest(s)