what's wrong with this Command?
#5

Here is more simple code.

pawn Код:
CMD:uco(playerid, params[]) {
    if(!gTeam[playerid] == TEAM_UC) return SendClientMessage(playerid, 0xFFFFAAFF, "You must be Team UC to open UC gate.");
    MoveObject(ucgate, X, Y, Z, 2.0);
    SendClientMessage(playerid, 0xFFFFAAFF, "Your moving the gate of UC."); }
return 1;  }
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)