[Off] Identificando uma GangZone.
#4

Acho que й mais ou menos isto que quer,pelo meu ver.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    new Nome[MAX_PLAYER_NAME],frase[70],fraseb[70];
    GetPlayerName(playerid, Nome, sizeof(Nome));
    format(frase,sizeof(frase),"%s morreu na GangZone!",Nome);
    format(fraseb,sizeof(fraseb),"% morreu fora da GangZone!",Nome);
    if(IsPlayerInGangZone(playerid)) return SendClientMessageToAll(-1,frase);
    if(!IsPlayerInGangZone(playerid)) return SendClientMessageToAll(-1,fraseb);
    return true;
}
Reply


Messages In This Thread
Identificando uma GangZone. - by Ley - 30.05.2013, 17:21
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:33
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:38
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:45
Re: Identificando uma GangZone. - by AlucardSnow - 30.05.2013, 17:46
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:50
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 17:51
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 17:58
Re: Identificando uma GangZone. - by -GooGle- - 30.05.2013, 18:00
Re: Identificando uma GangZone. - by Ley - 30.05.2013, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)