Add Playerlist (tablist)

This commit is contained in:
VegaZ
2018-10-03 19:02:48 +02:00
parent 9f33cfbd89
commit d9d9b06914
7 changed files with 140 additions and 0 deletions

View File

@@ -15,6 +15,14 @@ mp.keys.bind(0x0D, false, function () {
}
});
//I
mp.keys.bind(0x49, false, function () {
if (!chat) {
mp.events.callRemote("keyPress:I");
mp.events.call("showPlayerlist");
}
});
//N
mp.keys.bind(0x4E, false, function () {
if (!chat) {