what's wrong with this Command?
#2

First of all - use some tabs to make your code looking much better:

pawn Код:
CMD:uco(playerid, params[])
{
    if(gTeam[playerid] == TEAM_UC) return SendClientMessage(playerid, 0xAA3333AA, "You Must be U.C to Use this Gate !");
    {
        MoveObject(ucgate, -9.41607475,1206.59936523,23.55257988, 2.0);
        SendClientMessage(playerid, 0xFFFFFF, "You Take Your Remote Console And Open The Gate...");
    }
    return 1;
}
NOTE: This doens't solve the problem.
Reply


Messages In This Thread
what's wrong with this Command? - by ServerScripter - 02.09.2011, 21:03
Re: what's wrong with this Command? - by Kingunit - 02.09.2011, 21:05
Re: what's wrong with this Command? - by ServerScripter - 02.09.2011, 21:07
Re: what's wrong with this Command? - by Kingunit - 02.09.2011, 21:09
Re: what's wrong with this Command? - by Davz*|*Criss - 02.09.2011, 21:58

Forum Jump:


Users browsing this thread: 1 Guest(s)