Jump to content

[DELETED]Comenzii FiveM de Staff


IanisFiveM
 Share

Recommended Posts

RegisterCommand("kickalljucatori", function(player, args)
    if player == 0 then
        local users = vRP.getUsers({})
        for user_id,player in pairs(users) do
            DropPlayer(player,"Server-ul se restarteaza , reveniti intr-un minut.Pentru lista cu update , puteti vizita discord-ul")
        end
    end
end, false)

Comanda de respawn:

RegisterCommand("respawn", function(player, args)
    local user_id = vRP.getUserId({player})
    if vRP.hasPermission({user_id, "del.cleanup"}) then
        local target_id = parseInt(args[1])
        local target_src = vRP.getUserSource({target_id})
        if target_src then
            vRPclient.varyHealth(target_src,{100})
            vRP.varyHunger({target_src,-100})
            vRP.varyThirst({target_src,-100})
            vRPclient.teleport(target_src, {-541.18426513672,-210.87506103516,37.649757385254})
            local stuff = "[^1System^0] Se pare ca ai primit respawn de la un admin"
            TriggerEvent('mario:respawnall', stuff,"rosu",target_src,false)
        end
    end
end, false)

 


RegisterCommand('addgroup', function(source, args, rawCommand)
    local target_id = parseInt(args[1])
    local group = args[2]
    local tplayer = vRP.getUserSource({tonumber(target_id)})
    if(source == 0)then

        if tplayer ~= nil then
            print ("ai oferit gradul de".. group.."lui ID "..target_id)
            vRP.addUserGroup({target_id,group})
            vRPclient.notify(tplayer,{"~y~Ai primit Gradul de ~g~"..group})
        else
            print ("Playerul nu e pe server bossule")
        end
    else print("Ce incerci boss ?") end
end)


RegisterCommand("ban", function(source,args,rawCommand)
    if source == 0 then
        local id = args[1]
        id = parseInt(id)
        local reason = ""
        for i=1,10,1 do 
            if args~= nil then
                reason = reason.." "..args
            end
        end
        local tsource = vRP.getUserSource({id})
        vRP.ban({tsource,reason,"Consola"})
        print("Banat cu succes")
    else
        print("Ba nene intelege si nu mai incerca din chat :)")
    end
end)

 

RegisterCommand("unban", function(source,args,rawCommand)
    if source == 0 then
        local id = args[1]
        id = parseInt(id)
        vRP.setBanned({id,false})
        print("Unban cu succes")
    else
        print("Ba nene intelege si nu mai incerca din chat :)")
    end
end)


RegisterCommand('anunt', function(source, args, msg)
    local anunt = table.concat(args, " ")
    local nume = GetPlayerName(source)
    local user_id = vRP.getUserId({source})
    if vRP.hasPermission({user_id, "admin.tickets"}) then
        TriggerClientEvent('chatMessage', -1, "^5[Ninja] ^0Adminul ^5"..nume.." ^0 Anunta : ^5"..anunt.." ^0!")
    else    
        TriggerClientEvent('chatMessage', source, "^8Nu ai acces la aceasta comanda")
    end
end)

"Comanda  Chat Off/On"
RegisterCommand('stopchat', function(source)
    local user_id = vRP.getUserId({source})
    if vRP.isUserCoFondator({user_id}) then
        TriggerClientEvent("chat:clear", -1);
        if pornit then
            local stuff = "^1[System] ^0Chat-ul a fost oprit de catre : ^1"..GetPlayerName(source).."^0"
            TriggerEvent('alex:mesagefrumoase', stuff,"rosu",-1,false)
            pornit = false
        else
            local stuff = "^1[System] ^0Chat-ul a fost pornit de catre : ^1"..GetPlayerName(source).."^0"
            TriggerEvent('alex:mesagefrumoase', stuff,"rosu",-1,false)
            pornit = true
        end
    end
end)

 

Numele meu este Ianis si locuiesc in Drobeta Turnu Severin de 1 an lucrez ca si scripter de FiveM daca sunteti interesati sa va jucati pe un server de fivem bine pus la punct va astept pe server-ul meu de discord https://discord.com/invite/KXrwdcrSBC  si acolo pe un canal aveti ip server eu am fost ianis si va urez o  zii minunata.

giphy.gif

Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...