Jump to content

Quasar

Membru
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Quasar's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Salut , am si eu o problema , primesc urmatoarea eroare cand pornesc serverul pe host pe localhost mi-a mers perfect Precizez ca am pus samp-streamer-plugin-2.9.4 , in mod normal asta ar fi trebuit sa functioneze ,update la streamer , am pus include , pluginul , am recompilat , dar degeaba. [00:02:34] *** Streamer Plugin: Include file version (0x279001) does not match plugin version (0x282001) (script might need to be recompiled with the latest include file) [00:02:34] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12 [00:02:34] Ultimul ATM incarcat: 12 [00:02:34] Turfs: 48 [00:02:34] Se incarca clanurile... [00:02:34] Last Clan ID: 0 [00:02:34] *** Streamer Plugin: CreateDynamic3DTextLabel: Expecting 15 parameter(s), but found 13 [00:02:34] *** Streamer Plugin: CreateDynamicPickup: Expecting 11 parameter(s), but found 9 [00:02:34] *** Streamer Plugin: CreateDynamicMapIcon: Expecting 12 parameter(s), but found 10 [00:02:34] 0 - Objects. [00:02:34] 0 - Pickups. [00:02:34] OnGameModeInit Loaded [00:02:34] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12 [00:02:34] *** Streamer Plugin: CreateDynamicObjectEx: Expecting 18 parameter(s), but found 15 [00:02:34] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12 [00:02:34] *** Streamer Plugin: CreateDynamicObjectEx: Expecting 18 parameter(s), but found 15 [00:02:34] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12
  2. Am incercat , problema e ca primesc wanted-ul acela.
  3. 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$ ?
  4. 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
  5. 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
  6. Tot nu apare textul la case.
  7. Problemă: Am facut un sistem de plate cu 3dtextlabel pentru vehicule , faza e ca daca ies de pe server si intru iar dispare textul insa ramane salvat in baza ex LS-97-EFL , am incercat la loadcar sa-l pun asa LoadCar(); for(new h = carsonserver; h < sizeof(CarInfo); h++) { AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000); LoadComponents(h); format(TextCar, sizeof(TextCar), "%s-%s-%s", CarInfo[thiscar][cPlate1], CarInfo[thiscar][cPlate2], CarInfo[thiscar][cPlate3]); TextUpCar[h] = Create3DTextLabel(TextCar, 0x33AAFFFF , 0.0, 0.0, 0.0, 25, 0, 1); Attach3DTextLabelToVehicle(TextUpCar[h], h, 0.0, 0.0, 0.1); } Apare textul pe masina dar dispare cel de la case Ce ai încercat să faci: Nu stiu ce sa fac. Erori/atentionari: Nu am erori. Cod sursă: - Imagini: http://imgur.com/a/gE4aX Precizări: Multumesc.
  8. Salut,am si eu o problema,am bagat in plugins YSF.SO pentru ca am un filescript care-mi cere include-ul YSF si cel care l-am gasit e cu tot cu plugin o sa va las mai jos erorile care mi le da,prima eroare cand pun pluginul YSF.SO si a 2-a cand il scot. [04:02:26] [debug] Run time error 4: "Array index out of bounds" [04:02:26] [debug] Attempted to read/write array element at negative index -1 [04:02:26] [debug] AMX backtrace: [04:02:26] [debug] #0 0000c8c0 in ?? (0, 0, 0, 0, 0, 1065353216) from Gamemode.amx [04:02:26] [debug] #1 000fd9dc in public LoadSystems () from Gamemode.amx [04:02:26] [debug] #2 001144b8 in public zcmd_OnGameModeInit () from Gamemode.amx [04:02:26] [debug] #3 native CallLocalFunction () from samp03svr [04:02:26] [debug] #4 0000837c in public SSCANF_OnGameModeInit () from Gamemode.amx [04:02:26] [debug] #5 000026e4 in public Itter_OnGameModeInit () from Gamemode.amx [04:02:26] [debug] #6 native CallLocalFunction () from samp03svr [04:02:26] [debug] #7 000019b4 in public ScriptInit_OnGameModeInit () from Gamemode.amx [04:02:26] [debug] #8 000011c0 in public PZone_OnGameModeInit () from Gamemode.amx [04:02:26] [debug] #9 native CallLocalFunction () from samp03svr [04:02:26] [debug] #10 00000c7c in public OnGameModeInit () from Gamemode.amx Iar aici e eroarea fara pluginul YSF.SO [04:10:53] Filterscripts [04:10:53] --------------- [04:10:53] Loading filterscript 'carnival.amx'... [04:10:54] [debug] Run time error 19: "File or function is not found" [04:10:54] [debug] TogglePlayerScoresPingsUpdate [04:10:54] [debug] TogglePlayerFakePing [04:10:54] [debug] SetPlayerFakePing [04:10:54] Loaded 1 filterscripts. [04:10:55] OnGameModeInit Loaded [04:10:55] [debug] Run time error 19: "File or function is not found" [04:10:55] [debug] TogglePlayerScoresPingsUpdate [04:10:55] [debug] TogglePlayerFakePing [04:10:55] [debug] SetPlayerFakePing [04:10:55] Script loaded - Blank Script v0.0.3 [04:10:55] Number of vehicle models: 129 [04:10:55] Houses: 61 [04:10:55] Bussines: 54 [04:10:55] Dynamic Factions: 15 [04:10:55] Ultimul ID incarcat din tabelul `cars`: 512 [04:10:55] Stocks: 101 [04:11:06] SyncUp - executed after 10 sec [04:11:17] SyncUp - executed after 10 sec
  9. Descrierea Problemei: Am si eu urmatoarele erori D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9661) : error 010: invalid function or declaration D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9663) : error 010: invalid function or declaration D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9666) : error 054: unmatched closing brace ("}") D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9667) : error 010: invalid function or declaration D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9669) : error 010: invalid function or declaration D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9672) : error 021: symbol already defined: "SetPlayerVirtualWorld" D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9674) : error 010: invalid function or declaration D:\Raul!!\GM-URI\PlayFiz 06.02.2017\RPG V3 EDITED\gamemodes\mozzila.pwn(9675) : error 010: invalid function or declaration Aici sunt liniile: 9661 : if(clickedid == ShopTD[0]) { 9663: if(SInterior[playerid] == 1) SInterior[playerid] = 37; 9666 e paranteza: if(SInterior[playerid] == 1) SInterior[playerid] = 37; SInterior[playerid] --; SetInteriorCamera(playerid); } - ASTA E LINIA CU EROAREA 9666 9667: if(clickedid == ShopTD[1]) { 9669: if(SInterior[playerid] == 36) SInterior[playerid] = 0; 9672: SetPlayerVirtualWorld(playerid, pVirtual[playerid]); 9674: if(clickedid == ShopTD[4]) HideShopTDs(playerid), SetCameraBehindPlayer(playerid), SetPlayerInterior(playerid, pInteriorID[playerid]), SetPlayerPos(playerid, pPos[playerid][0], pPos[playerid][1], pPos[playerid][2]) 9674: return 1; Mai exact aici am cele mai multe erori: if(clickedid == ShopTD[0]) { // -- if(SInterior[playerid] == 1) SInterior[playerid] = 37; SInterior[playerid] --; SetInteriorCamera(playerid); } if(clickedid == ShopTD[1]) { // ++ if(SInterior[playerid] == 36) SInterior[playerid] = 0; SInterior[playerid] ++; SetInteriorCamera(playerid); SetPlayerVirtualWorld(playerid, pVirtual[playerid]); } if(clickedid == ShopTD[4]) HideShopTDs(playerid), SetCameraBehindPlayer(playerid), SetPlayerInterior(playerid, pInteriorID[playerid]), SetPlayerPos(playerid, pPos[playerid][0], pPos[playerid][1], pPos[playerid][2]) return 1; }
×
×
  • 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.