04.06.2012, 03:34
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;
}