18.08.2011, 00:08
Galera tipo gostaria q me ajudassem num erro q nao to conseguindo solucionar tipo quando um hitman cumpri o contrato em cima da vitima ele nao ta recebendo o didim do contrato podem me ajudar a descobrir o porque
Код:
} if(PlayerInfo[playerid][pHeadValue] > 0) { if(IsPlayerConnected(killerid)) { if(gTeam[killerid] == 10 || PlayerInfo[killerid][pLider] == 8 || PlayerInfo[killerid][pMembro] == 8) { if(GoChase[killerid] == playerid) { ConsumingMoney[killerid] = 1; new killer[MAX_PLAYER_NAME]; GetPlayerName(killerid, killer, sizeof(killer)); GivePlayerMoneyEx(killerid, PlayerInfo[playerid][pHeadValue]); format(string,128,"<< Assassino %s cumpriu o contrato em %s e ganhou R$%d >>",killer,name,PlayerInfo[playerid][pHeadValue]); SendFamilyMessage(8, COLOR_YELLOW, string); PlayerInfo[playerid][pHeadValue] = 0; GotHit[playerid] = 0; PlayerInfo[hitid][pMask] = 0; GetChased[playerid] = 999; GoChase[killerid] = 999; } } }