Kod:
RegisterCommand('tptoway',function(source,args,rawCommand)
local user_id = vRP.getUserId(source)
local nuser_id = vRP.getUserSource(parseInt(args[1]))
if vRP.hasPermission(user_id,"sua.permissao") then
TriggerClientEvent('tptoway',nuser_id)
end
end)