Killfeed help!
#1

alright, so I have this Clear Killfeed script in the gamemode.

Код:
 stock ClearKillFeed() {
        for (new i; i != 5; ++i) {
        SendDeathMessage(MAX_PLAYERS, MAX_PLAYERS, 202);
        SendClientMessageToAll(playerid, COLOR_LIGHTRED, ".: {B4B5B7}An {FF6347}[{B4B5B7}Admin{FF6347}] {B4B5B7}has cleared the Killfeed {FF6347}:.");
    }
}
-thanks to Littlehelper btw
anyways, how can I use it? I mean, with a cmd or something? I've used it before but I forgot how lol..
Reply
#2

pawn Код:
CMD:...(playerid, params[])
{
    ClearKillFeed();
    return 1;
}
Like this?
Reply
#3

yea thanks forgot it lol
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)