Jump to content

Джо

Membru
  • Posts

    1.557
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Джо

  1. Salut w3b,ai ceva in mod cum ar fi wrong password sau parola gresita?Daca nu implementeazal si va merge cu siguranta.
  2. Salut SleJD,ai in modul tau ceva cu wrong password,sau parola gresita?
  3. Salut w3b,am facut comanda doar ca tu trebuie sa editezi urmatoarele: Numele rankurilor unde am pus Editeaza aici. Culorile factiunilor spre exemplu la factiunea 1 e LSPD...Te uiti in GM si vezi acolo. Succes! if(strcmp(cmd, "/family", true) == 0 || strcmp(cmd, "/f", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerData[playerid][pMuted] == 1) { SendClientMessage(playerid, TEAM_CYAN_COLOR, "Nu poti vorbi, deoarece esti mutit"); return 1; } GetPlayerName(playerid, sendername, sizeof(sendername)); new length = strlen(cmdtext); while ((idx < length) && (cmdtext[idx] <= ' ')) { idx++; } new offset = idx; new result[900]; while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) { result[idx - offset] = cmdtext[idx]; idx++; } for(new s = 0; s < num_words; s++) { new pos; while((pos = strfind(result,Swears[s],true)) != -1) for(new i = pos, j = pos + strlen(Swears[s]); i < j; i++) { result[i] = '*'; } } if(!strlen(result)) { SendUsage(playerid,"(/f)amily [family chat]"); return 1; } new leader = PlayerData[playerid][pLeader]; new member = PlayerData[playerid][pMember]; if(member == 0 && leader == 0) { SendClientMessage(playerid, COLOR_GREY, "Nu esti intr-o factiune!"); } if(nofam[member] == 1 || nofam[leader] == 1) { SendClientMessage(playerid, COLOR_GREY, "Chatul familiei tale este dezactivat!"); return 1; } if(member == 1 || leader == 1) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//EDITEAZA CULOAREA PENTRU LSPD } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//EDITEAZA CULOAREA PENTRU LSPD } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } if(member == 2 || leader == 2) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 3 || leader == 3) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 4 || leader == 4) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 5 || leader == 5) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//EDITEZI CULOAREA PENTRU FACTIUNEA CORESPUNZATOARE } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);// AICI LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 6 || leader == 6) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//AICI LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//AICI LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 7 || leader == 7) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 8 || leader == 8) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 9 || leader == 9) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } else if(member == 10 || leader == 10) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 11 || leader == 11) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 12 || leader == 12) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 13 || leader == 13) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 14 || leader == 14) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 15 || leader == 15) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 16 || leader == 16) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 17 || leader == 17) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 18 || leader == 18) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } else if(member == 19 || leader == 19) { if(PlayerData[playerid][pRank] == 6) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 5) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 4) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 3) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 2) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else if(PlayerData[playerid][pRank] == 1) { format(string, sizeof(string), "EDITEZI AICI %s: %s.", sendername, result); } else { format(string, sizeof(string), "** Sofer %s: %s. )) **", sendername, result); } if(PlayerData[playerid][pMember] > 0) { SendFamilyMessage(PlayerData[playerid][pMember], TEAM_AZTECAS_COLOR, string);//LA FEL } else { SendFamilyMessage(PlayerData[playerid][pLeader], TEAM_AZTECAS_COLOR, string);//LA FEL } for(new [color=red][b][i][censured by the system][/i][/b][/color] = 0; [color=red][b][i][censured by the system][/i][/b][/color]<=MAX_PLAYERS;[color=red][b][i][censured by the system][/i][/b][/color]++) { if(IsPlayerConnected([color=red][b][i][censured by the system][/i][/b][/color])) { if(PlayerData[[color=red][b][i][censured by the system][/i][/b][/color]][pAdmin] > 0 && sf[[color=red][b][i][censured by the system][/i][/b][/color]] == 5) { format(string, sizeof(string), "/f(faction id 5)%s:%s",sendername,(result)); SendClientMessage([color=red][b][i][censured by the system][/i][/b][/color],TEAM_AZTECAS_COLOR, string); } } } } } return 1; }
  4. Incearca
  5. Trebuie sa fie,tu ai facut oleaca mai jos pavajul acela,si de aceea se vede obiectul sus,verifica te rog.
  6. Cand ai deletat obiectele din joc,si ti-a aparut ceva cu "RemoveBuilding"?
  7. Salut alwin,salveaza mapa,dupa care iesi din Map Editor,intra din nou pune mapa in map editor si deleteaza obiectul.
  8. Buna!Am avut si eu de aface cu acest tip acum 3 sau 4 ani in urma,de cand un alt prieten si-a incheiat socotelile cu samp-ul si l-am preluat eu,dupa care i-am dat modul A Doua Viata pe care am sa il postez pe net in 10 minute,dupa care a inceput sa ma injure si sa ma faca redus mintal fara sa ii spun vreun pss.In fine,daca a-ti observat si acum 1 an in urma a revenit ''baiatul'' si vroia sa ma faca de ras.Dar s-a dovedit pana la urma cine sunt cu adevarat,si Mafia,ai tot respectul meu din lume,fiindca m-ai crezut de la bun inceput. RESPECT!
  9. Джо

    Problema bizz

    Cu mare placere,o zi placuta sa ai in continuare!
  10. Джо

    Problema bizz

    r0bi,creeaza in folderul ''scriptfilles'' folderul ''Afacere'' si vezi din nou.
  11. Salut Menthool.!Ce ai pus la aceasta comanda?Sau ai adaugato recent dupa care ti-a dat erorile?
  12. Salut Mihaela,tu ai pus o comanda prin care un player(care este intr-un gang) sa deschida poarta.Nu se selecteaza probabil pentru ca nu ai continuat dialogurile in OnDialogResponse.
  13. Джо

    Problema bizz

    Salut r0bi,posibil sa fie de la server,am testat aceasta comanda cum ai puso tu aici si mergea la mine,ai cumva un folder in ''Scriptfilles'' numit Afacere?
  14. Salut bymeyo,ne poti arata ce ai creat pana acum?
  15. Salut Abramovic,ne poti arata sistemul tau de NPC-uri?
  16. IonuVRS,mapele pe care le-ai sters din GM posibil sa le ai si in FS-uri,uitate cu atentie,la fiecare FS. Daca doresti ajutorul meu contacreaza-ma pe mess(ai idul la profil).
  17. Draga W3B as dori sa iei id-ul meu de mess de la profil pentru a te ajuta in privat.
  18. Salut Colenelu, imi pare rau sa te anunt,dar nu iti va face nimeni o mapa exact cum vrei tu,daca ai fi citit regulamentul ai fi stiut macar sa il faci,iar aceasta nu depinde de Mapping ci de textdraw,ce este acolo este un textdraw,pe care il poti face si tu cu textdraw creator. Succes
  19. Salut lucianmemo, am o intrebare pentru tine,numai tie ti se intampla sau si altor playeri?Daca numai tie reinstaleaza sa-mp-ul.
  20. Salut IonuVRS,transforma tot ce tine de CreateObject in CreateDynamicObject pentru o incarcare mai rapida a obiectelor.Iar cum au spus si ceilalti useri pune CreateDynamicObject la OnGameModeInit si RemoveBuildingForPlayer la OnPlayerConnect. Succes!
  21. Salut W3B,draga NeaCristy,W3B a spus ca foloseste modul Blown. As dori sa stiu daca folosesti o baza de date creata de tine sau tot de la server?Iar daca e de la server,ti s-a mai intamplat sa iti apara eroarea cu register?
  22. Salut Rafa,poti pune si rotatia obiectului?Ma refer la MoveObject ...?
  23. Salut Ge4oor3ge,poti posta comanda te rog?
  24. Salut W3B.Ti-as sugera cand creezi o mapa,sa o faci cu Map Editor si sa il bagi cu CreateDynamicObject,ti se pare ca merge greu dar aceasta este solutia finala deoarece merge mai bine,fiindca aceasta ''optiune'' poate incadra in GM-ul tau pana in 1000 de obiecte,insa CreateObject are doar 500-750,cam asa. Obiectele care dispar,de care spuneai tu,revin la loc in 3-4 secunde,dar nu tot timpul. Succes!
  25. Salut mtrea,as dori sa te ajut cu problema ta. Downloadeaza de pe google nativechecker punel in folderul plugins de la serverul tau,dupa care mergi in server.cfg si pune la plugins nativechecker,porneste serverul,dupa care vei vedea care este eroarea. Am patit-o si eu,am facut la fel si mi-a dat eroare de la streamer,l-am updatat si a revenit. O zi buna sa ai!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.