mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
Update commands.lua
This commit is contained in:
@@ -71,7 +71,7 @@ end)
|
||||
|
||||
-- Me command
|
||||
RegisterCommand("me", function(source, args, rawCommand)
|
||||
TriggerServerEvent("me", GetPlayerServerId(PlayerId()), mainFirstName .. " " .. mainLastName, string.gsub(rawCommand, "twt", ""), GetEntityCoords(PlayerPedId()))
|
||||
TriggerServerEvent("me", GetPlayerServerId(PlayerId()), mainFirstName .. " " .. mainLastName, string.gsub(rawCommand, "me", ""), GetEntityCoords(PlayerPedId()))
|
||||
end, false)
|
||||
RegisterNetEvent("me")
|
||||
AddEventHandler("me", function(id, name, msg, coords)
|
||||
|
||||
Reference in New Issue
Block a user