Hello everyone,
does anyone know a script that automaticly sets the Pointshop points of everyone on the server to “x” at the beginning of a round (TTT)
I think it is a simple script but I dont know the hooks etc.
- Santifocus
Hello everyone,
does anyone know a script that automaticly sets the Pointshop points of everyone on the server to “x” at the beginning of a round (TTT)
I think it is a simple script but I dont know the hooks etc.
What have you tried so far?
<- Bad coder
if Server then
local ply = LocalPlayer()
if TTTPrepareRound then
ply:PS_SetPoints(100)
end
[editline]6th October 2017[/editline]
Forgot one “end”
No offense but that just looks like some rough psuedo code you threw up. Have you actually attempted to do this?
Half heartetdly cause I know that I wont be able to code it myself ^^
So mainly it sounds like you’re wanting someone to code it for you instead, correct?
Well if I could try hours to maybe do it myself, but Im pretty sure the code is very short so I tried asking someone here ^^
No way lmao, just because you’re a hooker doesn’t mean you will blow me because I cum quickly
Got’cha, well it’s simple but this subforum is mainly used to get coding help, not so much a request section.
[lua]hook.Add(‘TTTBeginRound’, ‘pointshop_set_ttt_points’, function()
local requestedPoints = 30
for k, v in ipairs(players.GetAll()) do
v:PS_SetPoints(requestedPoints)
end
end)[/lua]
I’m currently at work so I whipped this up really quick, but it should be right-ish.
If you want it to do it during PrepareRound instead of BeginRound use TTTPrepareRound.
Here’s a list of TTT Hooks - http://ttt.badking.net/guides/hooks
Here’s the Pointshop Documentation - http://pointshop.burt0n.net/getting-started
Thanks man
Where should I ask as a code newbie?
You really don’t to be honest, you should focus on learning in this subforum. I’m not sure what’s a good place to ask for “free” code.
Okay ^^
Thanks for helping either way, imma try to do the rest of the code.
Btw. didnt watch Dragon Maid yet but i still love the gif