Team_cop - teams question
#1

hi guys. how can i make so when player type (zcmd) in /teamcop , they will become into gTeam == Team_Cop ?
Reply
#2

Try this.
pawn Код:
COMMAND:teamcop(playerid, params[])
{
    SendClientMessage(playerid, COLOR_GREY, "Your Team has been changed to LSPD(Cops)!");
    gTeam[playerid] = TEAM_COP; // Or The Number of the tam.
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)