20.01.2013, 07:50
alright, so I have this Clear Killfeed script in the gamemode.
-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..
Код:
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}:.");
}
}

anyways, how can I use it? I mean, with a cmd or something? I've used it before but I forgot how lol..

