Making team only command
#2

pawn Код:
CMD:open(playerid, params[])
{
    if(gTeam[playerid] != TEAM_POLICE)
    return SendClientMessage(playerid,0xFF0000C8, "You are not Police Officer");
    SetDynamicObjectRot(barrier1, 0.00000000,0.00000000,325.48645020);
    SendClientMessage(playerid, COLOR_SKYBLUE, "OPENED");
    return 1;
}
CMD:close(playerid, params[])
{
    if(gTeam[playerid] != TEAM_POLICE)
    return SendClientMessage(playerid,0xFF0000C8, "You are not Police Officer");
    SetDynamicObjectRot(barrier1, 0.0, 270.00000000,325.48645020);
    SendClientMessage(playerid, COLOR_SKYBLUE, "CLOSED");
    return 1;
}
Reply


Messages In This Thread
Making team only command - by BoboRi - 29.11.2011, 18:47
Re: Making team only command - by Hoss - 29.11.2011, 18:51
Re: Making team only command - by BoboRi - 29.11.2011, 19:17

Forum Jump:


Users browsing this thread: 1 Guest(s)