Small fix in Interaction
This commit is contained in:
@@ -24,8 +24,7 @@ mp.keys.bind(0x0D, false, function () {
|
||||
//LEFT ARROW (Interaktion mit anderen Spielern)
|
||||
mp.keys.bind(0x25, false, function () {
|
||||
if (!chat && !showInv && !globalData.PlayerInteraction) {
|
||||
mp.events.callRemote("keyPress:LEFT_ARROW");
|
||||
globalData.PlayerInteraction = true;
|
||||
mp.events.callRemote("keyPress:LEFT_ARROW");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user