Quote:
Originally Posted by 1sbedx
PHP код:
new pBOPE[MAX_PLAYERS];
public OnPlayerDeath(playerid, killerid, reason)
{
if (pBOPE[playerid] && !pBOPE[killerid])
{
new output[94];
format(output, sizeof(output), "O player da BOPE %s perdeu respeito para o %s.", PlayerName(playerid), PlayerName(killerid));
SendClientMessageToAll(-1, output);
}
return 1;
}
PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}
|
mais e no caso de sу aparecer isso quando eu liberar o cmd pelo /procurar