Jump to content
  • 0

Problema gamemode.


Quasar

Question

Salut , pana acum cateva luni gamemode-ul a functionat perfect , eu nu am mai umblat prin el , l-am dat cuiva sa se ocupe de el , acum i-am cerut gamemode-ul inapoi , l-am urcat pe host si am urmatoarea problema.

Dau /takezone pe o zona , take-ul incepe , insa nu se pun kill-uri si iau wanted cand il omor , la fel si cand e take oprit e un script care trebuie sa-ti dea 2.500$ cand omori un alt membru al mafiei cu care nu esti aliat , dar primesti tot wanted, stie cineva de ce? Las pozele mai jos.

https://imgur.com/a/iZt2u

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
23 minutes ago, Alpheus said:

Uită-te pe la "public OnPlayerDeath", de acolo vine problema.

 

Nu pot sa-mi dau seama care ar putea fii problema.

public OnPlayerDeath(playerid, killerid, reason)
{
    new name[MAX_PLAYER_NAME];
    new string[256];
    new str[128];

 

	if(takezone == 0 && WarInfo[pWarOn] == 1)
	{
		if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
		{
			if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Russian Mafia has killed %s The Triads and received 2500$.",killer,name);
	            SendmfiMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s The Russian Mafia and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pMafia]++;
		        WarInfo[pAlliance1]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
		{
			if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Triads has killed %s The Russian Mafia and received 2500$.",killer,name);
	            SendthrMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Russian Mafia was pwned by %s The Triads and lost 2500$.",name,killer);
	            SendmfiMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pTriads]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
		{
			if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Grove Street has killed %s Ballas and received 2500$.",killer,name);
	            SendBZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Ballas was pwned by %s Grove Street and lost 2500$.",name,killer);
	            SendCZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pGrove]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
		{
			if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Ballas has killed %s Grove Street and received 2500$.",killer,name);
	            SendCZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Grove Street was pwned by %s Ballas and lost 2500$.",name,killer);
	            SendBZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pBallas]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 2;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
		{
			if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Los Santos Vagos has killed %s Varrios Los Aztecas and received 2500$.",killer,name);
	            SendNTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Varrios Los Aztecas was pwned by %s Los Santos Vagos and lost 2500$.",name,killer);
	            SendSTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pVagos]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
		{
			if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Varrios Los Aztecas has killed %s Los Santos Vagos and received 2500$.",killer,name);
	            SendSTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Los Santos Vagos was pwned by %s Varrios Los Aztecas and lost 2500$.",name,killer);
	            SendNTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pAztecas]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
		{
			if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Russian Mafia has killed %s Grove Street and received 2500$.",killer,name);
	            SendmfiMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Grove Street was pwned by %s The Russian Mafia and lost 2500$.",name,killer);
	            SendBZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pMafia]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
		{
			if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Russian Mafia has killed %s Varrios Los Aztecas and received 2500$.",killer,name);
	            SendmfiMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Varrios Los Aztecas was pwned by %s The Russian Mafia and lost 2500$.",name,killer);
	            SendSTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pMafia]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
		{
			if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Triads has killed %s Ballas and received 2500$.",killer,name);
	            SendthrMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Ballas was pwned by %s The Triads and lost 2500$.",name,killer);
	            SendCZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pTriads]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
		{
			if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Triads has killed %s Los Santos Vagos and received 2500$.",killer,name);
	            SendthrMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Los Santos Vagos was pwned by %s The Triads and lost 2500$.",name,killer);
	            SendNTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pTriads]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
		{
			if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Grove Street has killed %s The Russian Mafia and received 2500$.",killer,name);
	            SendBZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Russian Mafia was pwned by %s Grove Street and lost 2500$.",name,killer);
	            SendmfiMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pGrove]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
		{
			if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Grove Street has killed %s Los Santos Vagos and received 2500$.",killer,name);
	            SendBZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Los Santos Vagos was pwned by %s Grove Street and lost 2500$.",name,killer);
	            SendNTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pGrove]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
		{
			if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Ballas has killed %s The Triads and received 2500$.",killer,name);
	            SendCZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s Ballas and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pBallas]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
		{
			if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Ballas has killed %s Varrios Los Aztecas and received 2500$.",killer,name);
	            SendCZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Varrios Los Aztecas was pwned by %s Ballas and lost 2500$.",name,killer);
	            SendSTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pBallas]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
		{
			if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Los Santos Vagos has killed %s The Triads and received 2500$.",killer,name);
	            SendNTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s Los Santos Vagos and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pVagos]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
		{
			if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Los Santos Vagos has killed %s Grove Street and received 2500$.",killer,name);
	            SendNTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Grove Street was pwned by %s Los Santos Vagos and lost 2500$.",name,killer);
	            SendBZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pVagos]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
		{
			if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Varrios Los Aztecas has killed %s The Russian Mafia and received 2500$.",killer,name);
	            SendSTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Russian Mafia was pwned by %s Varrios Los Aztecas and lost 2500$.",name,killer);
	            SendmfiMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
                WarInfo[pAztecas]++;
                format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
	        }
		}
		if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
		{
			if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
			{
	            new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Varrios Los Aztecas has killed %s Ballas and received 2500$.",killer,name);
	            SendSTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Ballas was pwned by %s Varrios Los Aztecas and lost 2500$.",name,killer);
	            SendCZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
                WarInfo[pAlliance2]++;
		        return 1;
	        }
		}
  	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
			   new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s The Triads and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
	    }
	}
	if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Triads has killed %s Da Nang Boys and received 2500$.",killer,name);
	            SendthrMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Da Nang Boys was pwned by %s The Triads and lost 2500$.",name,killer);
	            SendDNBMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pTriads]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s Grove Street and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Grove Street was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendBZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}

	if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
    			new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Grove Street has killed %s Da Nang Boys and received 2500$.",killer,name);
	            SendBZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Da Nang Boys was pwned by %s Grove Street and lost 2500$.",name,killer);
	            SendDNBMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pGrove]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s Varrios Los Aztecas and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Varrios Los Aztecas was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendSTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
		    	new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Varrios Los Aztecas has killed %s Da Nang Boys and received 2500$.",killer,name);
	            SendSTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Da Nang Boys was pwned by %s Varrios Los Aztecas and lost 2500$.",name,killer);
	            SendDNBMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pAztecas]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s San Fierro Rifa has killed %s The Russian Mafia and received 2500$.",killer,name);
	            SendLVCMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Russian Mafia was pwned by %s San Fierro Rifa and lost 2500$.",name,killer);
	            SendmfiMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pSFR]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s The Russian Mafia has killed %s San Fierro Rifa and received 2500$.",killer,name);
	            SendmfiMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s San Fierro Rifa was pwned by %s The Russian Mafia and lost 2500$.",name,killer);
	            SendLVCMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pMafia]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s San Fierro Rifa has killed %s Ballas and received 2500$.",killer,name);
	            SendLVCMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Ballas was pwned by %s San Fierro Rifa and lost 2500$.",name,killer);
	            SendCZMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pSFR]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Ballas has killed %s San Fierro Rifa and received 2500$.",killer,name);
	            SendCZMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s San Fierro Rifa was pwned by %s Ballas and lost 2500$.",name,killer);
	            SendLVCMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pBallas]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
		{
				new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s San Fierro Rifa has killed %s Los Santos Vagos and received 2500$.",killer,name);
	            SendLVCMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Los Santos Vagos was pwned by %s San Fierro Rifa and lost 2500$.",name,killer);
	            SendNTMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pSFR]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Los Santos Vagos has killed %s San Fierro Rifa and received 2500$.",killer,name);
	            SendNTMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s San Fierro Rifa was pwned by %s Los Santos Vagos and lost 2500$.",name,killer);
	            SendLVCMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pVagos]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
				new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s San Fierro Rifa has killed %s Da Nang Boys and received 2500$.",killer,name);
	            SendLVCMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s Da Nang Boys was pwned by %s San Fierro Rifa and lost 2500$.",name,killer);
	            SendDNBMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance2]++;
		        WarInfo[pSFR]++;
		        format(string, sizeof(string), "~w~%d-~p~~h~~h~Triads~n~~w~%d-~b~Rifa~n~~w~%d-~g~Grove~n~~w~%d-~b~~h~~h~~h~Aztecas",WarInfo[pTriads],WarInfo[pSFR],WarInfo[pGrove],WarInfo[pAztecas]);
		        TextDrawSetString(Textdraw3, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance2]);
		        TextDrawSetString(Textdraw7, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw3);
                TextDrawShowForPlayer(i, Textdraw7);
                }
                }
		        return 1;
		}
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
			    new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s San Fierro Rifa and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s San Fierro Rifa was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendLVCMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);
                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                if(WarInfo[pWarOn]==1 && PlayerInfo[i][pInWAR] == 1)
                {
                TextDrawShowForPlayer(i, Textdraw2);
                TextDrawShowForPlayer(i, Textdraw6);
                }
                }
				return 1;
		}
	}
	}
	if(takezone == 0 && WarInfo[pWarOn] == 0)
	{
	if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Russian Mafia] has killed %s [The Triads] and received 2500$.",killer,name);
            SendmfiMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Triads] was pwned by %s [The Russian Mafia] and lost 2500$.",name,killer);
            SendthrMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
	{
		if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Triads] has killed %s [The Russian Mafia] and received 2500$.",killer,name);
            SendthrMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Russian Mafia] was pwned by %s [The Triads] and lost 2500$.",name,killer);
            SendmfiMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
	{
		if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Grove Street] has killed %s [Ballas] and received 2500$.",killer,name);
            SendBZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Ballas] was pwned by %s [Grove Street] and lost 2500$.",name,killer);
            SendCZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
	{
		if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Ballas] has killed %s [Grove Street] and received 2500$.",killer,name);
            SendCZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Grove Street] was pwned by %s [Ballas] and lost 2500$.",name,killer);
            SendBZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
	{
		if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Los Santos Vagos] has killed %s [Varrios Los Aztecas] and received 2500$.",killer,name);
            SendNTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Varrios Los Aztecas] was pwned by %s [Los Santos Vagos] and lost 2500$.",name,killer);
            SendSTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
	{
		if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Varrios Los Aztecas] has killed %s [Los Santos Vagos] and received 2500$.",killer,name);
            SendSTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Los Santos Vagos] was pwned by %s [Varrios Los Aztecas] and lost 2500$.",name,killer);
            SendNTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
	{
		if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Russian Mafia] has killed %s [Grove Street] and received 2500$.",killer,name);
            SendmfiMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Grove Street] was pwned by %s [The Russian Mafia] and lost 2500$.",name,killer);
            SendBZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
	{
		if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Russian Mafia] has killed %s [Varrios Los Aztecas] and received 2500$.",killer,name);
            SendmfiMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Varrios Los Aztecas] was pwned by %s [The Russian Mafia] and lost 2500$.",name,killer);
            SendSTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
	{
		if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Triads] has killed %s [Ballas] and received 2500$.",killer,name);
            SendthrMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Ballas] was pwned by %s [The Triads] and lost 2500$.",name,killer);
            SendCZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
	{
		if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Triads] has killed %s [Los Santos Vagos] and received 2500$.",killer,name);
            SendthrMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Los Santos Vagos] was pwned by %s [The Triads] and lost 2500$.",name,killer);
            SendNTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
	{
		if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Grove Street] has killed %s [The Russian Mafia] and received 2500$.",killer,name);
            SendBZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Russian Mafia] was pwned by %s [Grove Street] and lost 2500$.",name,killer);
            SendmfiMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
	{
		if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Grove Street] has killed %s [Los Santos Vagos] and received 2500$.",killer,name);
            SendBZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Los Santos Vagos] was pwned by %s [Grove Street] and lost 2500$.",name,killer);
            SendNTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Ballas] has killed %s [The Triads] and received 2500$.",killer,name);
            SendCZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Triads] was pwned by %s [Ballas] and lost 2500$.",name,killer);
            SendthrMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
	{
		if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Ballas] has killed %s [Varrios Los Aztecas] and received 2500$.",killer,name);
            SendCZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Varrios Los Aztecas] was pwned by %s [Ballas] and lost 2500$.",name,killer);
            SendSTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Los Santos Vagos] has killed %s [The Triads] and received 2500$.",killer,name);
            SendNTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Triads] was pwned by %s [Los Santos Vagos] and lost 2500$.",name,killer);
            SendthrMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
	{
		if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Los Santos Vagos] has killed %s [Grove Street] and received 2500$.",killer,name);
            SendNTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Grove Street] was pwned by %s [Los Santos Vagos] and lost 2500$.",name,killer);
            SendBZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
	{
		if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Varrios Los Aztecas] has killed %s [The Russian Mafia] and received 2500$.",killer,name);
            SendSTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Russian Mafia] was pwned by %s [Varrios Los Aztecas] and lost 2500$.",name,killer);
            SendmfiMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
	{
		if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Varrios Los Aztecas] has killed %s [Ballas] and received 2500$.",killer,name);
            SendSTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Ballas] was pwned by %s [Varrios Los Aztecas] and lost 2500$.",name,killer);
            SendCZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Da Nang Boys] has killed %s [The Triads] and received 2500$.",killer,name);
            SendDNBMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Triads] was pwned by %s [Da Nang Boys] and lost 2500$.",name,killer);
            SendthrMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 6 || PlayerInfo[killerid][pLeader] == 6)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Triads] has killed %s [Da Nang Boys] and received 2500$.",killer,name);
            SendthrMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Da Nang Boys] was pwned by %s [The Triads] and lost 2500$.",name,killer);
            SendDNBMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 12 || PlayerInfo[playerid][pLeader] == 12)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Da Nang Boys] has killed %s [Grove Street] and received 2500$.",killer,name);
            SendDNBMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Grove Street] was pwned by %s [Da Nang Boys] and lost 2500$.",name,killer);
            SendBZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 12 || PlayerInfo[killerid][pLeader] == 12)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Grove Street] has killed %s [Da Nang Boys] and received 2500$.",killer,name);
            SendBZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Da Nang Boys] was pwned by %s [Grove Street] and lost 2500$.",name,killer);
            SendDNBMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Da Nang Boys] has killed %s [Varrios Los Aztecas] and received 2500$.",killer,name);
            SendDNBMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Varrios Los Aztecas] was pwned by %s [Da Nang Boys] and lost 2500$.",name,killer);
            SendSTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 15 || PlayerInfo[killerid][pLeader] == 15)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Varrios Los Aztecas] has killed %s [Da Nang Boys] and received 2500$.",killer,name);
            SendSTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Da Nang Boys] was pwned by %s [Varrios Los Aztecas] and lost 2500$.",name,killer);
            SendDNBMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 5 || PlayerInfo[playerid][pLeader] == 5)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [San Fierro Rifa] has killed %s [The Russian Mafia] and received 2500$.",killer,name);
            SendLVCMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [The Russian Mafia] was pwned by %s [San Fierro Rifa] and lost 2500$.",name,killer);
            SendmfiMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 5 || PlayerInfo[killerid][pLeader] == 5)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [The Russian Mafia] has killed %s [San Fierro Rifa] and received 2500$.",killer,name);
            SendmfiMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [San Fierro Rifa] was pwned by %s [The Russian Mafia] and lost 2500$.",name,killer);
            SendLVCMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 13 || PlayerInfo[playerid][pLeader] == 13)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [San Fierro Rifa] has killed %s [Ballas] and received 2500$.",killer,name);
            SendLVCMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Ballas] was pwned by %s [San Fierro Rifa] and lost 2500$.",name,killer);
            SendCZMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 13 || PlayerInfo[killerid][pLeader] == 13)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Ballas] has killed %s [San Fierro Rifa] and received 2500$.",killer,name);
            SendCZMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [San Fierro Rifa] was pwned by %s [Ballas] and lost 2500$.",name,killer);
            SendLVCMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 14 || PlayerInfo[playerid][pLeader] == 14)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [San Fierro Rifa] has killed %s [Los Santos Vagos] and received 2500$.",killer,name);
            SendLVCMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Los Santos Vagos] was pwned by %s [San Fierro Rifa] and lost 2500$.",name,killer);
            SendNTMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 14 || PlayerInfo[killerid][pLeader] == 14)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Los Santos Vagos] has killed %s [San Fierro Rifa] and received 2500$.",killer,name);
            SendNTMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [San Fierro Rifa] was pwned by %s [Los Santos Vagos] and lost 2500$.",name,killer);
            SendLVCMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 17 || PlayerInfo[killerid][pLeader] == 17)
	{
		if(PlayerInfo[playerid][pMember] == 16 || PlayerInfo[playerid][pLeader] == 16)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [San Fierro Rifa] has killed %s [Da Nang Boys] and received 2500$.",killer,name);
            SendLVCMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [Da Nang Boys] was pwned by %s [San Fierro Rifa] and lost 2500$.",name,killer);
            SendDNBMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 17 || PlayerInfo[playerid][pLeader] == 17)
		{
            new killer[MAX_PLAYER_NAME];
            GetPlayerName(killerid, killer, sizeof(killer));
            format(string,128,"?%s [Da Nang Boys] has killed %s [San Fierro Rifa] and received 2500$.",killer,name);
            SendDNBMessage(COLOR_1GREEN, string);
            format(string,128,"?%s [San Fierro Rifa] was pwned by %s [Da Nang Boys] and lost 2500$.",name,killer);
            SendLVCMessage(COLOR_1BLUE, string);
	        GivePlayerMoney(killerid, 2500);
	        return 1;
        }
	}
	}
	if (victimteam >= 3 && WantedPoints[playerid] > 0 && killerteam == 2)
	{
	    SetPlayerFree(playerid,killerid, "Got Killed");
	}

	if(takezone == 1 && WarInfo[pWarOn] == 0)
	{
		if(PlayerInfo[killerid][pLeader] == 12 || PlayerInfo[killerid][pMember] == 12)
		{
		    if(PlayerInfo[playerid][pLeader] == 12 || PlayerInfo[playerid][pMember] == 12)
		    {
		        for(new z=0; z<sizeof(ZoneInfo); z++)
		        {
		            if(ZoneInfo[z][zTakeOn] == 1 && bllsvsgst == 1 || lsvvsgst == 1 || vlavsgst == 1)
		            {
				        new killer[MAX_PLAYER_NAME];
		          		GetPlayerName(killerid, killer, sizeof(killer));
				        format(string,128," {A8E87D}** %s GST has killed %s GST and lost 1 point.",killer,name);

					}
				}
				SendBZMessage(-1,string);scoreteamgst -= 1;
		    }
		}
		if(PlayerInfo[killerid][pLeader] == 13 || PlayerInfo[killerid][pMember] == 13)
		{
		    if(PlayerInfo[playerid][pLeader] == 13 || PlayerInfo[playerid][pMember] == 13)
		    {
		        for(new z=0; z<sizeof(ZoneInfo); z++)
		        {
		            if(ZoneInfo[z][zTakeOn] == 1 && bllsvsgst == 1 || lsvvsblls == 1 || vlavsblls == 1)
		            {
				        new killer[MAX_PLAYER_NAME];
		          		GetPlayerName(killerid, killer, sizeof(killer));
				        format(string,128," {D67DE8}** %s Ballas has killed %s Ballas and lost 1 point.",killer,name);
					}
				}
				SendCZMessage(-1,string); scoreteamblls -= 1;
		    }
		}
		if(PlayerInfo[killerid][pLeader] == 14 || PlayerInfo[killerid][pMember] == 14)
		{
		    if(PlayerInfo[playerid][pLeader] == 14 || PlayerInfo[playerid][pMember] == 14)
		    {
		    	for(new z=0; z<sizeof(ZoneInfo); z++)
		        {
		            if(ZoneInfo[z][zTakeOn] == 1 && lsvvsblls == 1 || lsvvsgst == 1 || vlavslsv == 1)
		            {
				        new killer[MAX_PLAYER_NAME];
		          		GetPlayerName(killerid, killer, sizeof(killer));
				        format(string,128," {E8DC7D}** %s LSV has killed %s LSV and lost 1 point.",killer,name);

					}
				}
				SendNTMessage(-1,string); scoreteamlsv -= 1;
		    }
		}
		if(PlayerInfo[killerid][pLeader] == 15 || PlayerInfo[killerid][pMember] == 15)
		{
		    if(PlayerInfo[playerid][pLeader] == 15 || PlayerInfo[playerid][pMember] == 15)
		    {
		    	for(new z=0; z<sizeof(ZoneInfo); z++)
		        {
		            if(ZoneInfo[z][zTakeOn] == 1 && vlavsblls == 1 || vlavslsv == 1 || vlavsgst == 1)
		            {
				        new killer[MAX_PLAYER_NAME];
		          		GetPlayerName(killerid, killer, sizeof(killer));
		          		format(string,128," {97F7F7}** %s VLA has killed %s VLA and lost 1 point.",killer,name);

					}
				}
				SendSTMessage(-1,string);scoreteamvla -= 1;
		    }
		}

S.A.M.D

Link to comment
Share on other sites

  • 0
2 hours ago, Alpheus said:

Nu ai nimic ce ar fi de takezone şi ce ai zis tu, ai doar legat de war-uri.

Trebuie să faci tu, ia exemplu de la war-uri.

 

  	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
			   new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s The Triads and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);

Aici de exemplu , de ce primesc wanted si nu primesc cei 2500$ ?

Link to comment
Share on other sites

  • 0
4 minutes ago, Quasar said:

  	if(PlayerInfo[killerid][pMember] == 16 || PlayerInfo[killerid][pLeader] == 16)
	{
		if(PlayerInfo[playerid][pMember] == 6 || PlayerInfo[playerid][pLeader] == 6)
		{
			   new killer[MAX_PLAYER_NAME];
	            GetPlayerName(killerid, killer, sizeof(killer));
	            format(string,128,"[WAR] %s Da Nang Boys has killed %s The Triads and received 2500$.",killer,name);
	            SendDNBMessage(COLOR_1GREEN, string);
	            format(string,128,"[WAR] %s The Triads was pwned by %s Da Nang Boys and lost 2500$.",name,killer);
	            SendthrMessage(COLOR_1BLUE, string);
		        GivePlayerMoney(killerid, 2500);
		        WarInfo[pAlliance1]++;
		        WarInfo[pDNB]++;
		        format(string, sizeof(string), "~b~Mafia~w~-%d~n~~p~Ballas~w~-%d~y~~n~Vagos~w~-%d~n~~h~Nang~w~-%d",WarInfo[pMafia],WarInfo[pBallas],WarInfo[pVagos],WarInfo[pDNB]);
		        TextDrawSetString(Textdraw2, string);
		        format(string, sizeof(string), "%d",WarInfo[pAlliance1]);
		        TextDrawSetString(Textdraw6, string);

Aici de exemplu , de ce primesc wanted si nu primesc cei 2500$ ?

Incearca sa faci update-ul cu Update(playerid, pCashx); si vezi poate in loc de GivePlayerMoney este definit GivePlayerCash, verifica bine

Link to comment
Share on other sites

  • 0
Acum 33 minute, Quasar a spus:

Nimeni nimic?

Cauta functia unde primesti wanted daca omori pe cineva si adauga 

PlayerInfo[playerid][pInWAR] == 1

Pe langa faptul ca ar trebui sa ai ceva acolo ce determina ca daca esti din politie nu primesti wanted adaugi si tu in continuare sa zicem ca ai

If(PlayerInfo[playerid][pMember] == 1 tu adaugi dupa 1 || PlayerInfo[playerid][pInWAR] == 1 si gata :) ...

Ce inseamna cuvantul "Unic" este atunci cand Chestia / Obiectul / Idea / etc... nu exista in alta parte.

Copii, nu mai veniti cu vorbe de "Am gamemode unic", nu exista asa ceva, la ora actuala totul este pe net.

Aveti grija pe cine ajutati, majoritatea sunt caini.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.