Does anyone know the code to listen for the player to scroll up and down on their mouse?
Ive got the rest of the buttons figured out, its just, for the life of me, i cannot figure out how to listen for them to use their mouse wheel.
Any help?
Does anyone know the code to listen for the player to scroll up and down on their mouse?
Ive got the rest of the buttons figured out, its just, for the life of me, i cannot figure out how to listen for them to use their mouse wheel.
Any help?
Thank you two so much!
I read over that github link that was linked, and it helped me get a better idea of my left from my right xD
Anyway, what i ended up using is ("CENTER", "CENTER", 320, 165)
and it works for what i wanted it for.
The only thing is that whenever someone switches their weapon, the weapons name is in the same place as the z counter, so its hard to read, but all in all, i like it!
Thx again you two
Ive got this simple zombies counter that i found on here, and it works great, my only question, is it possible to move it to where i drew the pink box at in the attached picture?
// Zombies Counter
drawZombiesCounter(){
level.zombiesCountDisplay = createServerFontString("hudsmall" , 1.5);
level.zombiesCountDisplay setPoint("CENTER", "CENTER", "CENTER", 200);
thread updateZombiesCounter();
}
This is what I have, I just dont know which of those four are the x and y axis.
No clue where imma supposed to post this, but I have a request for the server browser filterer
On Show empty servers
there should be yes
, no
, and the new one should be only
. And it would exclusively show empty servers.
for when you just wanna chill with your friends on a server with just them
Okie, so ive been playing around with Cahz 's all in one texture replacer, and i LOVE it, and ive tried to do this a few times, but i CANNOT for the life of me get it.
Im trying to take Gun's pink w115 texture --> https://forum.plutonium.pw/topic/3365/camo-pink-weaponized-115
And make it the default pap texture (the one on tranzit and buried)
Anyone have experience or know how to do this, and which files should be named what?