More RageMP prep

This commit is contained in:
Vortrex
2022-05-20 16:51:01 -05:00
parent db4967b5d0
commit ae6a08c457
15 changed files with 3709 additions and 203 deletions

View File

@@ -627,7 +627,9 @@ function onPlayerSpawn(client) {
// ===========================================================================
function onPlayerCommand(event, client, command, params) {
// Only used for MP mods without an "add command handler" ability
// Not bound on GTA Connected or RageMP
function onPlayerCommand(client, command, params) {
if(!doesCommandExist(command)) {
processPlayerCommand(command, params, client);
}