mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
fixxxx (#35)
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ RegisterCommand('twt', function(playerId, args, rawCommand)
|
||||
end, false)
|
||||
|
||||
RegisterCommand('me', function(playerId, args, rawCommand)
|
||||
if source == 0 then
|
||||
if playerId == 0 then
|
||||
print('esx_rpchat: you can\'t use this command from console!')
|
||||
else
|
||||
args = table.concat(args, ' ')
|
||||
@@ -40,7 +40,7 @@ RegisterCommand('me', function(playerId, args, rawCommand)
|
||||
end, false)
|
||||
|
||||
RegisterCommand('do', function(playerId, args, rawCommand)
|
||||
if source == 0 then
|
||||
if playerId == 0 then
|
||||
print('esx_rpchat: you can\'t use this command from console!')
|
||||
else
|
||||
args = table.concat(args, ' ')
|
||||
|
||||
Reference in New Issue
Block a user