Just Something Random (Nothing Special Aha), Turn This On In A Session To Troll People. Basically If A Player In The Lobby Gets Killed, The Person Who Killed Them Will Be Blown Up, And The Victim Will Get A Spoofed Message Saying "Your Death Was Avenged" (Feel Free To Change This Of Course xD), Something Like This May Have Been Posted Somewhere On This Forum But I've Not Seen Anything So Just Made This And Posted Here.
No Hide Tags Needed Btw.
No Hide Tags Needed Btw.
Code:
if (AvengeAllFunc){
int i;
int Retard;
for (i = 0; i < 18; i++) {
if (i == PLAYER::PLAYER_ID()) continue;
if (ENTITY::IS_ENTITY_DEAD(PLAYER::GET_PLAYER_PED(i)))
{
Retard = PED::_0x84ADF9EB(PLAYER::GET_PLAYER_PED(i));
if (!ENTITY::IS_ENTITY_DEAD(Retard))
{
CreateEntityExplosion(Retard, GRENADE, 0, 0);
SpoofedMessage(i, "Your Death Was Avenged :)");
}
}
}
}
2021 Best Be Better Then 2020