Add Admin Noclip , add /skill and fix heal :^)

This commit is contained in:
kookroach
2021-04-03 21:58:02 +02:00
parent 5b7d03fec3
commit d939b9590b
6 changed files with 37 additions and 3 deletions

View File

@@ -143,4 +143,10 @@ export default function keys(globalData: IGlobalData) {
mp.keys.bind(0x7A, false, () => {
mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80);
});
//F2 //Noclip
mp.keys.bind(0x71, false, () => {
mp.events.callRemote("Noclip");
});
}