Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (strcmp(level, "Grove", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_GROVE;
- gTeam[para1] = TEAM_GROVE;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Grove Street Families'%s'",GetName(playerid), GetName(para1), TeamInfo[1][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Grove'%s' îò %s.", TeamInfo[1][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Ballas", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_BALLAS;
- gTeam[para1] = TEAM_BALLAS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Ballas'%s",GetName(playerid), GetName(para1), TeamInfo[2][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Ballas'%s' îò %s.", TeamInfo[2][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Vagos", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_VAGOS;
- gTeam[para1] = TEAM_VAGOS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Vagos%s",GetName(playerid), GetName(para1), TeamInfo[3][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Vagos'%s' îò %s.", TeamInfo[3][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Stunt", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_STUNT;
- gTeam[para1] = TEAM_STUNT;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà Riches families",GetName(playerid), GetName(para1), TeamInfo[4][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Riches Families'%s' îò %s.", TeamInfo[4][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Aztecas", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_AZTECAS;
- gTeam[para1] = TEAM_AZTECAS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Aztecas%s",GetName(playerid), GetName(para1), TeamInfo[5][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â '%s' îò %s.", TeamInfo[5][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "BMafia", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_BLACKMAFIA;
- gTeam[para1] = TEAM_BLACKMAFIA;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Black Mafia'%s",GetName(playerid), GetName(para1), TeamInfo[6][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Black Mafia'%s' îò %s.", TeamInfo[6][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Yakuza", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_YAKUZA;
- gTeam[para1] = TEAM_YAKUZA;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Japanese Yakuza'%s",GetName(playerid), GetName(para1), TeamInfo[7][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Japanese Yakuza'%s' îò %s.", TeamInfo[7][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "VCripz", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_CRIPZ;
- gTeam[para1] = TEAM_CRIPZ;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Vinewood Cripz'%s",GetName(playerid), GetName(para1), TeamInfo[8][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Vinewood CripZ'%s' îò %s.", TeamInfo[8][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Police", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_POLICE;
- gTeam[para1] = TEAM_POLICE;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà Police'%s",GetName(playerid), GetName(para1), TeamInfo[9][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Police'%s' îò %s.", TeamInfo[9][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "BadBoys", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_BADBOYS;
- gTeam[para1] = TEAM_BADBOYS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Bad Boys'%s'",GetName(playerid), GetName(para1), TeamInfo[10][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â BadBoys'%s' îò %s.", TeamInfo[10][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Army", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_ARMY;
- gTeam[para1] = TEAM_ARMY;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà Army'%s",GetName(playerid), GetName(para1), TeamInfo[11][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Army'%s' îò %s.", TeamInfo[11][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "AFArmy", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_AFARMY;
- gTeam[para1] = TEAM_AFARMY;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà AF Army'%s",GetName(playerid), GetName(para1), TeamInfo[12][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â AF Army'%s' îò %s.", TeamInfo[12][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Jizzy", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_JIZZY;
- gTeam[para1] = TEAM_JIZZY;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Jizzy'%s",GetName(playerid), GetName(para1), TeamInfo[13][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Jizzy'%s' îò %s.", TeamInfo[13][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Bloods", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_BLOODS;
- gTeam[para1] = TEAM_BLOODS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Bloods'%s",GetName(playerid), GetName(para1), TeamInfo[14][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Bloods'%s' îò %s.", TeamInfo[14][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "AsianT", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_ASIANTRIADS;
- gTeam[para1] = TEAM_ASIANTRIADS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Asian Triads'%s",GetName(playerid), GetName(para1), TeamInfo[15][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Asian Triads'%s' îò %s.", TeamInfo[15][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "BikerBoys", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_BIKERBOYS;
- gTeam[para1] = TEAM_BIKERBOYS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ BikerBoys'%s",GetName(playerid), GetName(para1), TeamInfo[16][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â BikerBoys'%s' îò %s.", TeamInfo[16][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "MIB", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_MIB;
- gTeam[para1] = TEAM_MIB;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ MIB'%s",GetName(playerid), GetName(para1), TeamInfo[17][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â MIB'%s' îò %s.", TeamInfo[17][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "RUS", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_RUS;
- gTeam[para1] = TEAM_RUS;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Russian Mafia'%s",GetName(playerid), GetName(para1), TeamInfo[18][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Russian Mafia'%s' îò %s.", TeamInfo[18][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "LVPD", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_LVPD;
- gTeam[para1] = TEAM_LVPD;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ LVPD'%s'",GetName(playerid), GetName(para1), TeamInfo[19][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â LVPD'%s' îò %s.", TeamInfo[19][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "CIA", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_CIA;
- gTeam[para1] = TEAM_CIA;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ CIA'%s'",GetName(playerid), GetName(para1), TeamInfo[20][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â CIA'%s' îò %s.", TeamInfo[20][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "CM", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_LE;
- gTeam[para1] = TEAM_LE;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà FBI'%s'",GetName(playerid), GetName(para1), TeamInfo[21][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â FBI%s' îò %s.", TeamInfo[21][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "AG", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_AG;
- gTeam[para1] = TEAM_AG;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ Cowboys'%s'",GetName(playerid), GetName(para1), TeamInfo[22][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Cowboys'%s' îò %s.", TeamInfo[22][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "Civilian", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_CIVILIAN;
- gTeam[para1] = TEAM_CIVILIAN;
- PlayerInfo[para1][pRank] = 0;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s ïðåìàõíà îò ëèäåðñòâî %s ñåãà òîé å öèâèëåí",GetName(playerid), GetName(para1));
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè âå÷å íåñè ëèäåð, âå÷å ñè öèâèëåí îò àäìèí %s.", GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "SK", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_SK;
- gTeam[para1] = TEAM_SK;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà áàíäà/ìàôèÿ '%s'",GetName(playerid), GetName(para1), TeamInfo[24][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â '%s' îò '%s'", TeamInfo[24][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- if (strcmp(level, "UMB", true) == 0)
- {
- PlayerInfo[para1][pMember] = TEAM_UMB;
- gTeam[para1] = TEAM_UMB;
- PlayerInfo[para1][pRank] = 6;
- SpawnPlayer(para1);
- format(string, sizeof(string), "%s íàïðàâè %s ëèäåð íà Umbrella Corporation '%s'",GetName(playerid), GetName(para1), TeamInfo[25][TeamName]);
- SendAdminMessage(COLOR_YELLOW, string);
- format(string, sizeof(string), "Òè áåøå íàçíà÷åí çà ëèäåð â Umbrella Corporation%s' îò '%s'", TeamInfo[25][TeamName],GetName(playerid));
- SendClientMessage(para1, COLOR_LIGHTBLUE, string);
- }
- }
- }//not connected
- }
- else
- {
- return 1;
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment