[Ajuda] Verificar
#7

Quote:
Originally Posted by 1sbedx
Посмотреть сообщение
PHP код:
new pBOPE[MAX_PLAYERS];
public 
OnPlayerDeath(playeridkilleridreason)
{
    if (
pBOPE[playerid] && !pBOPE[killerid])
    {
        new 
output[94];
        
format(outputsizeof(output), "O player da BOPE %s perdeu respeito para o %s."PlayerName(playerid), PlayerName(killerid));
        
SendClientMessageToAll(-1output);
    }
    return 
1;
}
PlayerName(playerid)
{
    new 
name[MAX_PLAYER_NAME];
    
GetPlayerName(playeridnamesizeof(name));
    return 
name;

mais e no caso de sу aparecer isso quando eu liberar o cmd pelo /procurar
Reply


Messages In This Thread
Verificar - by FabioGTP - 17.04.2018, 21:49
Re: Verificar - by SpikeCompiler - 17.04.2018, 21:54
Re: Verificar - by FabioGTP - 17.04.2018, 22:09
Re: Verificar - by JohnBlack - 17.04.2018, 22:22
Re: Verificar - by FabioGTP - 17.04.2018, 22:34
Re: Verificar - by 1sbedx - 17.04.2018, 22:50
Re: Verificar - by FabioGTP - 17.04.2018, 22:57
Re: Verificar - by JohnBlack - 17.04.2018, 23:08

Forum Jump:


Users browsing this thread: 2 Guest(s)