[Ajuda] criando numero de mortes
#1

Boa tarde galera

quero fazer o inverso disso aki
tipo em vez de matou tantou quero que seja morreu tantas vezes.
if (rank[killerid] == 5){
format(string,258,"Acho que %s esta querendo virar um(a) assanino(a) ja Matou 5 Pessoas",PlayerName(killerid),rank[killerid]);
SendClientMessageToAll(COR_BRANCO,string);
}

eu ponho playerid no lugar de killerid ?
Reply
#2

acho que nгo pois o killerid jб esta falando sobre o assasino.
Reply
#3

Tenta...
Topo do GM
pawn Код:
new morreu[MAX_PLAYERS];
OnPlayerDeath:
pawn Код:
morreu[playerid] ++;
pawn Код:
if(morreu[playerid] == 5)
{
    format(string,sizeof(string),"%s й um noobzгo que jб morreu %d vezes.",PlayerName(playerid),morreu[playerid]);
    SendClientMessageToAll(COR_BRANCO,string);
    return 1;
}
Reply
#4

valew man
Reply
#5

desculpa n li tudo kkk, o tуpico, desculpa awe. kkkkk, Fail meu
Reply
#6

De boa
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)