Jump to content

Vazern

Members
  • Posts

    94
  • Joined

  • Last visited

4 Followers

About Vazern

  • Birthday 23/10/2003

Details

  • Gang
    Royal Life Network
  • Location
    Milagres, Bahia, Brazil

Recent Profile Visitors

4,907 profile views

Vazern's Achievements

Punk-@ss B*tch

Punk-@ss B*tch (12/54)

20

Reputation

Single Status Update

See all updates by Vazern

  1. Quote
    
    function Comando2 ( ThePlayer )
    outputChatBox("#ffff00Você CHAMOU REFORÇO ESPERE no local", ThePlayer, 255, 255, 255, true)
    end
    addCommandHandler("reforco", Comando2 ) --------------- ACL AQUI
    ----------------------------------------
    
    function chamado2(source)
    for i, player in ipairs(getElementsByType("player")) do
    local uj = getElementData(player,"PMemprego") or false
    if type(uj) == "boolean" then
    if uj == true then
    outputChatBox("#ffffffPOLICIAL "..getPlayerName(source).." #ffffffCHAMOU REFORCO AGORA",player, 255,255,255,true)
    outputChatBox("#ff0000----------------------------------------------------------------",player, 255,255,255,true)
    outputChatBox("#ff0000/ir #ffffff "..getPlayerName(source).." #ffffffPara ir ate o local onde jogador chamou",player, 255,255,255,true)
    end
    end
    end
    end
    addCommandHandler("reforco",chamado2) --------------- ACL AQUI

     

     

    1. magicplayerc

      magicplayerc

      ajuda por ACL NESSES 2 COMANDO POR FAVOR

       

    2. MayconGabriel

      MayconGabriel

      como faço para usar esse Código?

×
×
  • Create New...