Globals::joaat
This function generates hashes/arrays of hashes (hash is integer) using strings/arrays of strings. Those hashes could be used to set entity model.
Syntax
events.call(eventName, optionalArguments);
Example
console.log(mp.game.joaat("bati")); // 4180675781
console.log(mp.game.joaat(["bati", "benson"])); // [4180675781, 2053223216]