• Print

Author Topic: Breach (Server Hopper + Link in Tab) Question's  (Read 5657 times)

0 Members and 1 Guest are viewing this topic.

Offline Gr0m3r

  • Newbie
  • *
  • Posts: 33
  • Karma: 1
Breach (Server Hopper + Link in Tab) Question's
« on: May 03, 2017, 01:25:47 pm »
Hello it's me again. My question is "What is wrong with Breach gamemode?"

I have this, what i copy below on my TTT server, and now i create a breach server so i just copy file and replace links. But... only few of them work's example:

Code: Lua
  1. CATEGORY_NAME = "Informacje/Grupa"
  2.  
  3. // Event
  4. function ulx.event(ply)
  5.     ply:SendLua([[gui.OpenURL("http://steamcommunity.com/groups/brshadowgaming/discussions/1/1327844097109457418/")]])
  6. end
  7. local event = ulx.command( CATEGORY_NAME, "ulx event", ulx.event, "!event" )
  8. event:defaultAccess( ULib.ACCESS_ALL )
  9. event:help( "Sprawd? informacje o aktualnym evencie!" )
  10.  
  11. That below works..., and that UP ^^ not....
  12.  
  13. // vip
  14. function ulx.vip(ply)
  15.     ply:SendLua([[gui.OpenURL("http://steamcommunity.com/groups/brshadowgaming/discussions/1/1327844097109459706/")]])
  16. end
  17. local vip = ulx.command( CATEGORY_NAME, "ulx vip", ulx.vip, "!vip" )
  18. vip:defaultAccess( ULib.ACCESS_ALL )
  19. vip:help( "Sprawd? informacje o VIP'ie!" )
  20.  
  21.  



Another example this addon:
(Server Hopper)
/index.php/topic,8609.0.html />
Works on my TTT server, but on Breach no, but this addon ^^^ i didn't even change it is the same file on TTT and Breach....
Can someone help me???

Offline BlueNova

  • Full Member
  • ***
  • Posts: 113
  • Karma: 13
  • The most powerful force in the universe.
Re: Breach (Server Hopper + Link in Tab) Question's
« Reply #1 on: May 03, 2017, 01:40:44 pm »
Are you getting any errors or is nothing happening at all?

Offline Gr0m3r

  • Newbie
  • *
  • Posts: 33
  • Karma: 1
Re: Breach (Server Hopper + Link in Tab) Question's
« Reply #2 on: May 03, 2017, 02:52:35 pm »
About links in tab, no errors everythings looks ok, but when i try to use command nothing happens...
About server hooper it's same thing no errors, i try to use command and nothing happens. I will give you more details tommorrow

  • Print