mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update commands.lua
This commit is contained in:
@@ -71,7 +71,7 @@ end)
|
|||||||
|
|
||||||
-- Me command
|
-- Me command
|
||||||
RegisterCommand("me", function(source, args, rawCommand)
|
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)
|
end, false)
|
||||||
RegisterNetEvent("me")
|
RegisterNetEvent("me")
|
||||||
AddEventHandler("me", function(id, name, msg, coords)
|
AddEventHandler("me", function(id, name, msg, coords)
|
||||||
|
|||||||
Reference in New Issue
Block a user