Fix indents spaces->tabs
This commit is contained in:
parent
68a88e4422
commit
27e320ce55
4 changed files with 9 additions and 9 deletions
|
@ -5,8 +5,8 @@ RegisterCommand('pos', function(source, args)
|
|||
local pos = GetEntityCoords(ped)
|
||||
|
||||
-- tell coordinates
|
||||
TriggerEvent('chat:addMessage', {
|
||||
args = { pos.x .. "\n" .. pos.y.. "\n" .. pos.z }
|
||||
})
|
||||
TriggerEvent('chat:addMessage', {
|
||||
args = { pos.x .. "\n" .. pos.y.. "\n" .. pos.z }
|
||||
})
|
||||
|
||||
end, false)
|
Loading…
Add table
Add a link
Reference in a new issue