Ulysses
Home
Help
Ulysses
»
General
»
Off-Topic
»
Breach (Server Hopper + Link in Tab) Question's
« previous next »
Print
Pages: [
1
]
Go Down
Author
Topic: Breach (Server Hopper + Link in Tab) Question's (Read 5657 times)
0 Members and 1 Guest are viewing this topic.
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
CATEGORY_NAME
=
"Informacje/Grupa"
//
Event
function
ulx
.
event
(
ply
)
ply
:
SendLua
(
[[gui.OpenURL("http://steamcommunity.com/groups/brshadowgaming/discussions/1/1327844097109457418/")]]
)
end
local
event
=
ulx
.
command
(
CATEGORY_NAME
,
"ulx event"
,
ulx
.
event
,
"!event"
)
event
:
defaultAccess
(
ULib
.
ACCESS_ALL
)
event
:
help
(
"Sprawd? informacje o aktualnym evencie!"
)
That below works
...,
and
that UP
^^
not
....
//
vip
function
ulx
.
vip
(
ply
)
ply
:
SendLua
(
[[gui.OpenURL("http://steamcommunity.com/groups/brshadowgaming/discussions/1/1327844097109459706/")]]
)
end
local
vip
=
ulx
.
command
(
CATEGORY_NAME
,
"ulx vip"
,
ulx
.
vip
,
"!vip"
)
vip
:
defaultAccess
(
ULib
.
ACCESS_ALL
)
vip
:
help
(
"Sprawd? informacje o VIP'ie!"
)
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???
«
Last Edit: May 03, 2017, 01:30:57 pm by Gr0m3r
»
Logged
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?
Logged
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
Logged
Print
Pages: [
1
]
Go Up
« previous next »
Ulysses
»
General
»
Off-Topic
»
Breach (Server Hopper + Link in Tab) Question's