Garry's Mod

Garry's Mod

RTD (Roll The Dice) (22.08.15)
51 Comments
Xleb 3 May @ 1:05pm 
ladno
CLazStudio  [author] 2 May @ 7:07am 
Впринципе можешь сам сделать) Есть возможность любой аддон скачанный распаковать и отредачить исходный код
Xleb 2 May @ 5:06am 
Добавь комманды по типу этих если вдруг возьмёшься за этот мод:
1. Flying
2. God Mode
3. inf ammo

всё
76561198021836757 7 Aug, 2021 @ 12:54pm 
pls send me a link to bring and goto mod pls
CLazStudio  [author] 30 Mar, 2021 @ 7:58am 
Yes, it is. Cooldown in seconds
tewi. 30 Mar, 2021 @ 7:21am 
So !rtd delay <number> is the cooldown between each roll?
Weed 31 May, 2020 @ 6:04am 
what the fuck is this shit
CLazStudio  [author] 19 Mar, 2020 @ 11:42am 
berry, this addon is abandoned
berry 19 Mar, 2020 @ 10:10am 
What about Zombie Survival extension?
CLazStudio  [author] 30 Nov, 2018 @ 8:50am 
It takes points only from pointshop 1
MAXOMO 29 Nov, 2018 @ 3:36pm 
I have pointshop 2 and it still takes away health and just doesnt function totally properly
Sync 8 Sep, 2018 @ 4:35am 
could you try add more features
maybe a menu for admins where the admin/superadmin can add "ulx slay ^" as a rtd feature
CLazStudio  [author] 5 Aug, 2018 @ 12:33am 
You need a pointshop, it will take points instead health.
Uklejamini 4 Aug, 2018 @ 7:21am 
Nothing = takes you 10hp, set to 1 hp = death (there are 2 times), weapon strip = stripped all weapons and gave to you weapon: weapon_crowbar
CLazStudio  [author] 4 Aug, 2018 @ 6:20am 
Yes, this is a feature
Uklejamini 3 Aug, 2018 @ 12:41am 
But what if you roll the dice and it sets to have 1 hp? Just you die.
CLazStudio  [author] 3 Aug, 2018 @ 12:19am 
You will pay with your health if you don't have pointshop
>KB> >KEKSQUAD 28 Feb, 2018 @ 11:14am 
Okay well how do I go about it without fucking it up
CLazStudio  [author] 28 Feb, 2018 @ 5:38am 
>KEKSQUAD, It is possible only by editing code
>KB> >KEKSQUAD 24 Feb, 2018 @ 9:38pm 
Hey is it possible to change the currency? My server runs F2S and I'd like for them to be able to spend GBux instead of Pointshop points.
CLazStudio  [author] 21 Feb, 2017 @ 7:23am 
Kids United, only by manually editing addon code (near 258 line). I'm sorry
Maxime Cranston 16 Feb, 2017 @ 7:26am 
Re :)
Can I restrict the command to one or more players?
CLazStudio  [author] 14 Feb, 2017 @ 5:29am 
Maxime Cranston, no.
Maxime Cranston 13 Feb, 2017 @ 6:53am 
Hi !
Can the command be restricted to a ULX group? Thx
Patrick the Legendary 18 Dec, 2016 @ 5:19pm 
Takes luck do something good
CLazStudio  [author] 18 Nov, 2016 @ 8:09am 
Yes, you can change anything in this addon.
Jeff The Land Shark 17 Nov, 2016 @ 1:19pm 
Ok so it works. am i allowed to add give functions for the gamemode? if u roll something.
Jeff The Land Shark 17 Nov, 2016 @ 12:54pm 
youre my hero for today. i gonna try this tomorrow i guess because i fixed some other addons for darkrp.. thanks alot. I just edit your addon or maybe u should do a reupload for jailbreak guess u get many subscriptions^^
CLazStudio  [author] 17 Nov, 2016 @ 10:23am 
In say hook
after ply:SetNWInt("SRTD.LastUsed",os.time()) type this:
ply.rtd_flag = true

after Alive check type this:
if ply.rtd_flag == true then
return false
end

and add this hook
hook.Add("JailBreakRoundStart","rtd_round_reset",function()
for _,ply in ipairs( player.GetAll() ) do
ply.rtd_flag = false
end
end);

i don't sure, but it should works :tongue:

https://github.com/kurt-stolle/jailbreak#hooks
Jeff The Land Shark 14 Nov, 2016 @ 11:18am 
I use the EXCL Jailbreak. And want a RTD for this mode (like on css few years ago) do you now in which files i have to do the edits for the excl jailbreak 7 hooks?
CLazStudio  [author] 14 Nov, 2016 @ 11:13am 
Yes, but you will need to edit code.. What a gamemode?
Jeff The Land Shark 13 Nov, 2016 @ 2:36pm 
question can u use it just one time per round?
CLazStudio  [author] 8 Aug, 2016 @ 3:29am 
Edit simplerrd.lua: find function with speed changing and insert timer code in then end if it. http://wiki.garrysmod.com/page/timer/Simple in a timer function u can change speed back
JustinGreedou 3 Aug, 2016 @ 9:48am 
How I can add a timer for gravity and speed ?
nomed 24 Dec, 2015 @ 2:05pm 
noice mod m8
kolokol4ik 12 Dec, 2015 @ 11:39pm 
like bro
Catzzy :3 21 Oct, 2015 @ 4:46pm 
what hud is that?
bloopah 2 Sep, 2015 @ 12:06pm 
like tf2
CLazStudio  [author] 22 Jul, 2015 @ 2:13am 
Yes, you can modify this addon.
LittleBigBug 21 Jul, 2015 @ 1:09pm 
Also, one more thing, if pointshop is enabled, you should check what the point name is from the pointshop config.
LittleBigBug 21 Jul, 2015 @ 1:08pm 
Also, If you want I can improve your english on your addon.
No offence but I see that it could be hard because you're russian.
LittleBigBug 21 Jul, 2015 @ 12:57pm 
This looks really clean.
If you don't mind I will use this and modify it. <3
Dank Chowder 15 Jul, 2015 @ 8:56am 
oh ok
CLazStudio  [author] 14 Jul, 2015 @ 10:56pm 
You can extract addom by using gmad.exe (in the bin dir) and change lua code
Dank Chowder 14 Jul, 2015 @ 6:55pm 
how?
CLazStudio  [author] 14 Jul, 2015 @ 8:39am 
Yes, this is possible
Dank Chowder 25 Jun, 2015 @ 5:34am 
is it possible to add more RTD results?
Jones 23 Jun, 2015 @ 10:25am 
:D
CLazStudio  [author] 23 Jun, 2015 @ 1:59am 
☢Хатико☢, связал.
Jones 21 Jun, 2015 @ 7:44am 
молодец! а можно их какнибудь свезать с pointshop?