#talk-not-support

1 messages · Page 3 of 1

ashen raft
#

It's pretty much done. No issues have been reported. But I won't have time to fix it up for release for a couple of days. I'll add you to the beta channel if you wanna test it out. Should be available for you now

tall spear
#

Thank you

wintry gate
#

Hello, i need some help with the cw-crafting script, where can i go for this?

wintry gate
#

Thank you

vague hull
#

Dammmnit, I feel so alward now

#

Can we pretend it never happened and I edit my reply

ashen raft
vague hull
#

Its easier to comply with, because everyone knows you are not, you are a scripting magician

manic wasp
deep monolith
ashen raft
#

Too bad, you missed em 😏 Super secret

deep monolith
#

ahww

ashen raft
#

More info and an actual video will come later. Got an upgrade to rep and crafting coming along (commission) first.
The script will release as either part of the cw-compilation or for free, haven't really decided yet.

dense bridge
#

I have make a little sort in my cw-rep.

gui sort it on skill in the order that i want to show.

    table.sort(keys, function(a, b)
        return Config.Skills[a].order < Config.Skills[b].order
    end)
sudden swallow
#

Hello!

opal elbow
#

hi i came across your note script i was wondering do you think it would be hard in making it into a letter system in some way

ashen raft
void thorn
#

Is there a way to make the crafting tables for cw-crafting? Like where they can place it in their house or out in public?
So far I am liking the idea of the system. I am wanting something where players need to learn blueprints "using the blueprint item" to actually be able to craft that from that point forward.. so its very appealing.

ashen raft
# void thorn Is there a way to make the crafting tables for cw-crafting? Like where they can ...

I thought this was in the readme but it wasn't, I'll add it later!

Yes, two ways:

  1. Set the crafting table you want to be useable just like the basic crafting table. It makes ALL props of those models useable
  2. Figure out a way to call the createTable export:
exports['cw-crafting']:createTable(tableType, tableObject)

The export takes two variables, tableType is a string and needs to match one of your table types (default would be 'basic', 'guns', 'mechanic' etc) tableObject is the exact same as the table as you see in Config.CraftingTables. So for a 'basic' table it would be:

exports['cw-crafting']:createTable'basic', {
        title = "Crafting",
        spawnTable = { { coords = vector4(x, y, z, h), prop = 'ex_prop_ex_toolchest_01' } },
                locations = {  vector3(x, y, z), }
    }
)

Note: You'll want either spawnTable OR locations not both. Depending on how you want to handle it from your furniture script. Obviously you gotta provide the coordinates for the the table in the vector4 or vector3.

#

I'd say 1 is easiest. Just pick one prop you want to be the crafting table of the server and it will just handle it all automatically

neon solar
#

Hi guys, i'm trying to translate the UI of racingapp, but i can't find where, if someone could help i would appreciate

ashen raft
neon solar
#

Yeah, i justo dont know what is suposed to do in this step xD cd ./html

ashen raft
rich hamlet
#

do animations exist in cw-crafting?

ashen raft
#

dont think so

heavy shore
#

What about adding a spectator option in cw-racing app

#

@ashen raft

ashen raft
#

Just hop into someones car shrug

true axle
#

hi guys, do you still give support for ''cw-tuning''
because i dont see the category in cw-support

#

or i need a proper instruction how to install it on esx

ashen raft
#

@true axle Dm me the transaction ID and I'll give you the role for support channels for paid scripts. Seems like you didn't have your discord connected to the tebex account that bought it 👍

true axle
#

i bought it but transfered it to another acc

#

DM'd it

ashen raft
#

Alright, Dm me the transaction id. You should have it in an email

true axle
#

did it

tepid vine
#

script not server ?

#

@ashen raft

#

I added the script to click target but it doesn't recognize it, is there any way to fix it?

ashen raft
#

What is click Target?

small mica
#

@ashen raft

chrome socket
#

Quick question is there option to make it in cw-racing so players can themself create their account so if they get item gps they can creaye himself account and go to races and everything

ashen raft
chrome socket
#

ohh i see theese one right ?

ashen raft
#

yes, you'll have to set up the Config.Trader table the way you want

frigid nymph
#

is it possible to increase max craft for cw craft? like instead of 10 i wanna make it cap at 25

mortal ridge
#

is it possible to make the checkSkill export work on server side also ?

ashen raft
#

It would require keeping a list of all active players skills on server, or doing a db fetch, but it's doable

#

not in there right now tho

#

i assume you talk about cw-rep?

mortal ridge
vivid sigil
#

Where can i find cw-darkweb

ashen raft
shy heart
#

how to share track ?

ashen raft
shy heart
#

done thanks

vivid sigil
#

item name tablet ?

ashen raft
#

For what script?

vivid sigil
vivid sigil
ashen raft
umbral falcon
#

Anyone else having problems with checkpoints ?

#

when i restart the script it wont give me the last check point and finish the race

#

if i start a race more after, it wont give me any checkpoints.

merry night
#

anyone know why its printing this for cw-prints?

#

ox lib is in the fx manifest

hushed fable
#

add that at the bottom of your fxmanifest

#

New line

merry night
#

Thank you so much!

hushed fable
#

No problem, @ashen raft forgot something it seems

merry night
#

what tf

hushed fable
merry night
#

yeah did both

ashen raft
#

Try removing qb-target a dependancy

ashen raft
#

Ah, the lua54 might need to be before ox import

#
fx_version 'cerulean'

game 'gta5'
lua54 'yes'

author 'Coffeelot & Wuggie'
description 'Cards and book printing script'

ui_page 'html/index.html'

shared_scripts {
    '@qb-core/shared/locale.lua',
    'locales/en.lua',
    'locales/*.lua',
    'config.lua',
    '@ox_lib/init.lua',
}

client_scripts {
    'client/*.lua',
}

server_scripts {
    'server/*.lua',
}

files {
    'html/*',
}

dependency 'qb-target'

this is mine on my dev server

merry night
ashen raft
merry night
#

oh god

#

i just enabled using oxlib

#

restarted

#

and its returned hahaha

ashen raft
#

Make sure you dont have two versions of cw-prints laying around

merry night
#

yeah no its only the one, i had it before and it worked then, but then broke i think so i didnt use it, but im not sure why its not working now, im not sure if its oxlib messing up or what

ashen raft
#

Maybe try grabbing a fresh version, and set it up from the start.

merry shore
#

Is there anyone who has managed to get CW-Gearbox to work with Jim-Mechanic?

dense burrow
#

Hey got a question it is about cw-crafting
Also is it possible when learning blueprints can they cost an item as well to learn them. (like different cost for each blueprint learned)

ashen raft
dense burrow
#

Ok next question is it possible to use different skills instead of just one skill for the crafting?

#

IE. Cooking skill, Mechanic skill, Guncrafting skill, Medic Skill

ashen raft
dense burrow
#

cool will look into cw-rep

#

will i need to make copies of the script to use the different skills

ashen raft
#

Huh?

dense burrow
#

in your script I would like to have crafting recipes for the cooking skill, guncrafting skill, medic skill, cooking skill to name a few

#

I know i can change this

ashen raft
#

Yeah you can create whatever recipe you want

#

You want to change skill per recipe

dense burrow
#

yes

ashen raft
#

See recipe example in readme

ashen raft
dense burrow
#

would i just do something like this? but I am unsure on how to call the recipes config

#

I am trying to make your crafting script into an all inclusive script for crafting with multiple skills

ashen raft
#

No you should just need to change the recipe skill

dense burrow
#

ok but if I do that it is all using the same skill.
Someone that crafts guns only is going to be able to craft all the cooking things.

ashen raft
#

If you use cw rep, and you set the skill in the recipe to something custom, like the example in the readme, that recipe will use that skill not the default one

dense burrow
#

oh you were talking about the cw-rep readme or the cw-crafting readme?

ashen raft
#

Crafting readme

#

But if you want custom skills you need cw rep

dense burrow
#

oh ok i see what you mean

#

now I use all of MZ's stuff is cw-rep going to work with mz-skills fully? because all his stuff is locked down

ashen raft
#

It works with mz skills and is also backward compatible with it. Info about it in the cw rep readme

dense burrow
#

will i need to go through and change all the exports["mz-skills"]:UpdateSkill("Searching", 1) and change them to exports["cw-rep"]:UpdateSkill("Searching", 1)?

ashen raft
#

Everything I've written to you today is listed in the respective readme. As is the answer to that haha

dense burrow
#

I understand that the readme says:
Full backwards compatibility with mz-skills exports (no need to upgrade all your scripts using mz skills)

I read through the files and I am not seeing where if this function runs

if Config.mzskills then 
   local deteriorate = -Config.diveXPloss
   exports["mz-skills"]:UpdateSkill(Config.BinSkill, deteriorate)

That cw-rep will be able to run

ashen raft
#

You just pasted the text that says it'll work with mz skills exports... So that's you answer. No need to change em.

The only thing it doesn't do is the core skills (stamina etc) because they broken as shit

dense burrow
#
if Config.mzskills then 
   local deteriorate = -Config.diveXPloss
   exports["mz-skills"]:UpdateSkill(Config.BinSkill, deteriorate)

This isnt from your scripts. this is from mz-bins

#

I am just trying to get an understanding of how it all works

ashen raft
#

It's irrelevant. Cw rep supports all mz skills exports. You do not need to change them.

#

Also try using crafting with mz instead

#

It might work

#

It has some support for it

merry night
#

still samess:(

ashen raft
#

Works for me still shrug

#

Maybe ox has fucked up the backwards compatiblity for qb target

ashen raft
#

Pushed a "fix" that just does the job for ox

#

maybe that fixes it

merry night
#

i will try ty!

opaque loom
#

How do I add to the list here?

hushed fable
#

You don’t, you map it out using the commands available in the script.

#

Also I hope those aren’t all checkpoints cuz dviperPuke

glossy hollow
#

never fails to amaze me when people dont even read the script before commenting

whole thunder
#

Is there any way to make runners traceable to the police during the race on cw-racingapp?

ashen raft
#

The rest you'll have to figure out for yourself

lunar ether
#

i want to know about cw-rep

ashen raft
lunar ether
#

any setup video

ashen raft
#

Nope. It's explained in the readme

lunar ether
#

i add script into my server but is not working

ashen raft
#

Did you follow the instructions in the readme?

whole thunder
#

I'm new to programming, I hope that one day I'll know where to do it and what to do next, maybe one day you'll release an update with this option

lunar ether
ashen raft
autumn ibex
hushed fable
#

Edgelord supreme over here.

ashen raft
#

good thing I got an edgelord discord mod in here eh @hushed fable EZY

hushed fable
#

Bahaha.

autumn ibex
#

I have a script I drag and dropped, I haven't done anything apart from everything the readme tells me NOT to do, can you help me fix? It don't work

#

No error messages, fresh install

ashen raft
#

hahahaha

autumn ibex
#

Help now or lawsuit 👿

#

Bro I actually used to be cracked at development until the head injury

ashen raft
#

the amount of people who just drop a script in, assume it'll just work and won't test anything lostwill

autumn ibex
#

Bro 99% for fivem servers are just launcher leaks drag and drops anyway

#

With too much shit for the HUD, broken scripts and laggy unoptimized vehicles and clothes

ashen raft
#

"anyone got a nopixel inventory skin for qb?" 3Head

autumn ibex
#

Next challenge for me is finding a good quality Liberty City map, then bring a framework to it, but I honestly can't tell what is a re-sold leak or not

#

Hey it isn't leaked it's no-pixel inspired

ashen raft
autumn ibex
#

Link? Broken subways tho?

hushed fable
#

Dudes going on about leaks and all this crap.

ashen raft
#

lemme see if i can find it

autumn ibex
hushed fable
#

Support the devs don’t steal shit

autumn ibex
#

Did I say I leaked anything?

ashen raft
#

I think unKnown means we yeet leak people

#

not that you're one LuL

hushed fable
#

Yep

autumn ibex
#

Ah was going to say bro you're on some smoke for no reason hahaha

ashen raft
#

It lacks a lot of the features that the expensive paid ones have

#

But iirc most stairs were fixed at least

autumn ibex
#

Well I'm looking for a good clean one, don't mind paying

#

Just can't find them, they all seem dodgy

ashen raft
#

An LC server would be so cool

#

The city is a bit to small tho. Deffo needs some extra added nature or something around it

autumn ibex
#

It's pretty big across all three islands, massive tbh

#

For a good server of 15-20 people I reckon it would pop off, good story-driven RP

#

You got queens, staten and manhattan remember, that's alot of ground

ashen raft
#

It's actually only about the size of central LS

#

But it feels larger because roads are more narrow

autumn ibex
#

I guess it's more populated as well

#

Like no one playing out on those mountains

#

Blaine County is nice but against most stick to Grapeseed, Paleto. San Andreas is full of dead space

ashen raft
#

Alot of good areas for being able to get away from the bustle tho

#

LC lacks a nice remote area

#

But yeah, since LC would be alot smaller it'd be easier to get it to feel more alive probably

#

like you say

#

It's HELL to dev with tho

#

starting a server with it takes like several minutes

autumn ibex
#

How come?

ashen raft
#

As it's not base game it needs to be loaded as an asset

autumn ibex
#

Ahhh I get you, yes it's all streamed

ashen raft
#

So yeah it's like having a couple of gbs of cars

#

takes a long time to load the first time you start

#

cached after that for a while obviously

autumn ibex
#

Not many good LC MLO's either so will be a good time to learn codewalker

ashen raft
#

the entire map kinda would need some texture rework

#

but I guess some of the paid ones might have that done already

autumn ibex
#

I really just can't find a paid map

#

I'm happy to make custom MLO's and interiors, but the whole map? Brotha errrr

ashen raft
#

I'd wager it's against FiveM TOS

autumn ibex
#

Ah probably

ashen raft
#

To distribute it paid atleast

autumn ibex
#

It takes so long to download and install these maps, test them only to find out their leaked or shit

#

I kind of wish there would be more crackdown, I know that the keymaster/asset library is a good start, and locking/encrypting assets definitely helps

#

But hey, now Rockstar own cfx it'll be interesting to see how much we need to fork out to develop anything, if SixM every drops

ashen raft
#

it will no doubt be worse than FiveM haha

#

in almost every way probably

autumn ibex
#

Do you think they'll release anything open source? I think they might be working on an asset creator, and allowing people to sell their assets in-game/store

#

From what I've heard

#

Sorry not an asset creator, I'm trying to think how to word it, but essentially tools to use their assets to make clothing, vehicles, maps/interiors, but I could have been fed horseshit because I like RP haha

ashen raft
#

I would expect so

#

but I'm sure it'll be alot more locked down

#

probably require a subscription to play/use

autumn ibex
#

Oh 100%

ashen raft
#

I also expect them to do the server hosting and charge alot for it haha

autumn ibex
#

I mean if you think of the amount of servers that exist in FiveM, on average going off rough hosting costs, assets, FiveM as a whole market, is an 8 figures a year easily

#

Smart move from Rockstar, but they will instantly kill it if they get too greedy. They are set to make 100+ mil of roleplay servers in the first 5 years, 10-15? Possibly a billion from RP alone, it's crazy how many people don't realise how big this community is

ashen raft
#

Doubt they'll kill it. Might mean a lot less players, but I think it will anyway. FiveM works because GTA V can be played on a potato by now

autumn ibex
#

Well we saw the same thing with Valve updating CSGO, so many people cannot run it now, nevermind the state it's in regarding other aspects

ashen raft
#

They'll just charge subscription to pay and take a lot of cuts on server hosting + scripts/asset buying and just make alot of money there. They can cut the population down 80% and make more of it still

autumn ibex
#

Very true

#

Might be a good idea I'd rather less servers with higher pops than 1000's of servers, most trash

autumn ibex
#

That sucks man I was just thinking up of all the shi' you could do with a New York server in FiveM, the OG IV roleplay didn't quite cut it

ashen raft
#

I wonder how much you'd have to change to make it ok

#

Like if you imported it into codewalker and changed our textures of the entire city, would that be enough?

autumn ibex
#

I think you'd have to ground up

#

Zero assets from IV would be acceptable

#

Sounds like a cool project to create an entirely new GTA-lore accurate city...

ashen raft
#

Roxwood is a project some people are working on for that

#

A town from San Andreas iirc

autumn ibex
#

Damn, the more you know

#

This is why I like finding good devs/communities, people actually communicate and share knowledge haha

#

Ever heard of Project Sloth? Those guys are pretty committed too

ashen raft
#
autumn ibex
#

I wonder how server intensive a small city in code walker would be with all buildings accesible

ashen raft
#

The releases channel in the Ox discord server makes me wanna work on a server so often lol. So much open source bangers in there

autumn ibex
#

What's stopping you?

ashen raft
#

Mostly just not wanting to have to spend time on vetting server and server owners LuL

autumn ibex
#

Well if you ever give it a go, I got tons of ideas and I'm not super shit at development

#

I ran a qb server before to deal with less 'rules' as qb kinda forces RP as it unfolds, and we allowed corrupt cops, RDM, etc as it didn't do anything, it just led to people getting arrested and after a certain number of crimes or the severity, the character got the chair lmao

#

I dont fw many rules on that server and it was 10x better than any previous projects we did

ashen raft
#

If it was better than before, why isn't it still something you're working on?

autumn ibex
#

I had to cut back on alot in life due to poor health, I transferred ownership to a friend and over the 12-18 months had put his own spin on it and the community enjoyed, doesnt seem fair for me to come back after all this time with a different approach and shake things up

ashen raft
#

fair fair

hushed fable
#

I saw it!

ashen raft
#

YOU DIDNT

hushed fable
#

I did!

hushed fable
#

Huh what’s happening

#

Where am I

patent steppe
# hushed fable Where am I

Hey there, you're in CW Scripts, a cool server with about 819 peeps. What's good, fam? What brings you here?

hushed fable
#

Idk I was pooping, I blinked and ended up here.

ashen raft
hushed fable
#

Oh well this is life now, noice updates dude. Always love some QoL stuff

vivid sigil
#

why is the gearbox not showing

#

on the screen

#

the numbers

ashen raft
vivid sigil
#

im using default qb hud

#

and i have ox lib

#

both dont work

ashen raft
#

Here's a PS hud variant with it added

merry night
#

would there be anyway to seperate anims for cw-crafting, added a cooking spot to cook food and i dont wanna get rid of the mech anim for the other spots but dont want it for cooking, just a thought

ashen raft
small mica
copper dirge
#

where do i ask questions before i buy

ashen raft
copper dirge
# ashen raft Here 👍

OK, so I’m a little confused. I was looking at the gearbox script and I was going to install it, but I don’t. See how to make it into an item like you did in the video is it gonna require me to get the toning script as well? If so, that’s fine. I’ll buy it. I just want to make sure.

ashen raft
# copper dirge OK, so I’m a little confused. I was looking at the gearbox script and I was goi...

Yes, gearbox and tuning are set up to work with each other. To do what I did in the video you need tuning also (or write your own system for this). You can use only that part from tuning also if you prefer to keep the basic gta upgrades (although they kinda suck) by just removing the others from the list.

I'm not 100% sure it will save you from having to add the advanced flags however 😅 I don't remember if it was possible to write an advanced flag to a handling file where it don't exist. And I won't have access to my PC until (possibly) end of the coming week so I can't verify.

copper dirge
#

OK, I definitely want the script but it seems a little confusing. I’ll buy it today and work on it but when you have time and you’re back at your PC if I haven’t resolved anything, do you mind helping me?

ashen raft
#

Both Tuning and Gearbox has fairly detailed readmes with all setup info. Tuning especially has pretty much the entire config explained 👍

copper dirge
#

OK for sure thanks

mystic magnet
#

Hi, I want to change the orange color of the cw-racingapp script, I thought it was in the variables.scss file but when I changed it and compiled it in bash it still doesn't change

Who can help me with this please?

ashen raft
#

It's primary in vuetify.ts

mystic magnet
#

hoo thanks broh

#

On the other hand, this is the Spanish translation of this tablet, I'm sending it to you because it doesn't allow me to upload it to GitHub

jade fossil
#

is there anyone who is willing to explain to me how I can lock content behind xp level with cw-rep? I understand how i can make ppl earn the xp. But i cant figure out how i can lock certain things behind a min amount of xp needed

patent helm
#

Hello, I have installed the manual gearbox script and would like to check what I need to edit on the vehicle data file since some of the right hand drive cars still uses the left hand drive gear animation. Thank you.

ashen raft
patent helm
#

My apologies, I did not properly check the config file, It's working now after adding the cars there. Really appreciate your support, just one more question. I'm planning to add a mechanic script and have not yet check if they have the manual transmission swap. Will there be any conflict if I get cw-tuning as well?

ashen raft
jade fossil
#

is there a showcase vid of the cw-tuning script? use jims at the moment, but might swap it

patent helm
vivid sigil
#

I have a problem with the cw-racingapp, I have my server under ESX, I have the OX dependencies, in the configuration I changed the core to esx, and also the cash to money. But when I launch my server the resource can't be started because I'm missing the QBcore.
Do you have a solution?

ashen raft
#

Remove QB from FX manifest

merry atlas
#

where do i paste the exports['cw-vehicletrackers']:createTrackerPair(source) -- where source is the source of the player who you want to give it to
for the vehicle tracker please

ashen raft
magic drum
#

Hello guys, I want to add the Head2Head script to my QBCore base. I didn't find any installation instructions on the GitHub page. I just dragged and dropped the folder and removed the "-main". I also activated debug mode (solo racing) for testing, but when I open my radial menu, nothing pops up. Should I add something to the radial menu?

somber laurel
#

Hey Coffee, I assume you have a working version of renewed phones that works with QBOX, do you have a fork of this?

#

Im driving myself mad trying to get it working properly

ashen raft
#

I wont be doing more renewed stuff as the script is dead afaik. If anything it'll be NPWD phone stuff

somber laurel
#

yeah thats fair it worked on my old server but been struggling to get it working on the new QBOX, but I havent done that much on it so far....just not feeling the NPWD phone....though I don't know why

#

Okiez is working on a new phone, that looks quite good, so keeping an eye out for that while I carry on trying to get it to work

#

Have you moved over to NPWD now?

ashen raft
#

I have moved over to a QBOX dev server

#

Not sure if I'll be doing phone stuff tho 😅

hushed fable
#

I still say ya should XD

violet knoll
#

Maybe an idea for your cw-rep. Whenever you reach a New level you can update the built in jobgrade

hushed fable
#

Reps used for more than job things and having integration for everything would be a bit complicated. I think that’s more a user side of things.

ashen raft
#

Sounds like a perfect use for the event trigger that triggers on xp gain

#

Ei: Rep wont solve this

#

Rep will most likely be de-qbified soon anyway so not gonna have any QB specific stuff in there

hushed fable
#

Here I was gonna say it was a happy ping. Then I get slapped with a newspaper

ashen raft
hushed fable
marble ridge
#

1th 🤣

fossil bane
#

where would i find the channel to see the raid job locations?

ashen raft
#

if you're using the ox version

#

not sure if they differ in setup

royal storm
#

Cwracing need inventory?

#

For standalone

ashen raft
#

There is no "standalone" variant of cw-racingapp. You'd have to make your own variant of the bridge files

royal storm
#

Ahh too bad cry

ashen raft
#

You just gotta figure out like 10ish functions and how to make em work with standalone tho

runic sigil
#

Heyy I got a question does CW TUNING work with brutal mechanic shop @ashen raft

ashen raft
#

No idea what "brutal mechanic shop" is

#

If it modifies handling values directly then no

runic sigil
# ashen raft No idea what "brutal mechanic shop" is

Tebex Store: https://store.brutalscripts.com/product/6150127
Discord Server: https://discord.gg/85u2u5c8q9

00:00 Intro
00:05 Mechanic Call
00:25 Intro
00:43 Vehicle Towing
01:08 Diagnostic Tablet
04:11 Billing System
04:33 NPC Jobs
05:16 Brutal Crafting
06:10 Vehicle Lift
06:23 F6 menu
07:03 Quick Repair
07:12 Main Job
07:48 Outro

▶ Play video
ashen raft
#

It's a paid script so can't really tell how it works shrug

#

I assume if you remove all upgrade parts from the mechanic script it could work with cw tuning

runic sigil
#

Ok so what does cw tuning do is it a maechanic script

#

Or just tuning

ashen raft
#

It replaces the use of gta upgrade parts with customizeable parts which you can scale however you want

#

It's not a full on mechanic script, it only deals with upgrades (no customization etc)

runic sigil
#

Ok thank you

ashen raft
#

@barren hatch @small mica @oak hatch @fathom violet @shut meteor
If ya'll would like to add a default track description for for your tracks, I can add it to the default sql ✌️

shut meteor
#

like what hey you have to do it for 2:10:00 max

ashen raft
#

A short description of the track. A flavour text. Shows up in the track selections.

Like for HSPU you could deffo have "If you can't do it in 2:10 you're too slow"

shut meteor
#

not bad i like it

#

if you dont beat my time you have to buy me a coffee

#

;D

oak hatch
#

South Side is on the hunt for the ultimate Race King or Queen. Are you the chosen one to claim the crown? - maybe something like this ? idk i just woke up lol

ashen raft
#

I'm also setting them to forced circuit/sprint

#

if applicable

small mica
ashen raft
shut meteor
#

xmm so i recomend the racingapp script to my friend who is using esx and he have trobble from what i can see he set him self god and cant crate tracks

ashen raft
#
  1. ESX bridge is probably broken (I don't use ESX so I can't fix it shrug)
  2. Posting support questions in #talk-not-support 💀 💀
shut meteor
#

yea me 2 i hate esx but i recomend it now i have to fix it 😄

ashen raft
#

It's one of the ESX bridge files

#

there's like 10 functions so can't be that much to debug

#

but I'd rather remove ESX support than get an ESX server to test on

shut meteor
#

😄 yea i undarstand you

plucky elbow
#

I saw the sneak peek, and I was wondering if it’s possible to make the tab show up only for users with certain auth. Like, people with master access could see the tab. It would be cool if there was a setting that lets you turn the tab on based on the player's auth level.

ashen raft
#

Why would you want to lock racers out of seeing the bounties?

plucky elbow
# ashen raft Why would you want to lock racers out of seeing the bounties?

I want to make sure that only the players who are actually racing and working hard to earn trust can see and access the bounties. If I let everyone see them, people might just farm the bounties without even racing, which means they’d get rewards without putting in the effort to gain trust. By locking the bounties, I can make sure that only those who are truly dedicated to racing and building trust get the chance to earn them. First, I want to see how the player races; I want to see them actively participate in the races. Then, once I know they’re really involved, I can give them the authorization to access the bounties tab. This keeps it fair and ensures the rewards are given to those who are really putting in the work. That’s my opinion, I think it would be nice to make this change.

ashen raft
#

Wouldn't it make more sense to lock it behind rank in that case?

plucky elbow
#

Another idea could be that bounties don’t just give money. It’d be cool to win a case that goes into a different tab, and when you open it, you get a chance to win money, a car, NOS bottles, harnesses, or whatever items you put in the config as an option.

#

Or maybe you could win some kind of racing crypto, and with that, you can buy stuff like NOS, harnesses, and other things in a market tab.
Just throwing out ideas that I think would be cool to have! 😄

ashen raft
#

Rank seems a bit easier since it means anyone active in the racing scene can get there. It's a decent idea to have it gated to some extent tho.

#

Racingapp will move over to a built in crypto system sometime later most likely, as maintaining multiple payment systems is annoying and Renewed Phone crypto is dated af 😅

plucky elbow
#

Thanks for checking out my suggestions and ideas! I'm excited to see the update when it comes out!

silver sundial
#

The Bountie #sneak-peaks is looking FIREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

plucky elbow
#

For real

plucky elbow
#

Hey! Got an idea for the bounties. What if there were two race options? One where you just race the clock, and another where you race an NPC. Racing an NPC would be super cool, kinda like Need for Speed: Most Wanted

ashen raft
#

That is a whole different ahh script

#

not gonna happen

plucky elbow
#

Maybe future script 😄 Just asking

ashen raft
#

Never

#

Never touching NPCs again

stoic crown
#

Racing a Ghost NPC would be nice that always drives the best recorded route from yourself but beside that i'd say nah

ashen raft
#

Never happening

shy night
#

Hi. Regarding the races, I understand that support isn’t provided here, but I want to make sure I haven’t missed anything before making a post. I’ve read the README and GitHub several times to ensure I didn’t skip any steps, but I still don’t quite understand it. Sorry about that.

I’m using ESX and OX Inventory. Is the UI supposed to open when you use the racing_gps item?

ashen raft
shy night
ashen raft
glass night
#

what happened to ox_banking that was made for qbx?

ashen raft
#

You probably want to ask in qbox discord about it

glass night
#

I mean its just sad it was so good but it got deleted

#

Also does the cw-racingapp work with qbx?

ashen raft
#

It does yeah

glass night
#

alright

unique ferry
plucky elbow
#

I think you forgot to add the handleBounties cus i aint seeing it in the config nowhere

ashen raft
#

👨‍🦯

plucky elbow
#

😄 didnt saw it

ashen raft
#

You din't just miss it ONE time but FOUR

#

👨‍🦯 👨‍🦯 👨‍🦯 👨‍🦯

viscid vale
#

Does cw-plateswap not work with motorcycles? Currently working fine with cars but the option doesn't appear with any of the motorcycles

ashen raft
#

Nah probably not

#

shit's so old

gray estuary
#

Is there any ox_target conversions for cw-prescriptions?

marble ridge
#

doesn't ox_target have a built in bridge for qb-target etc?

#

just checked the github, they seem to have removed the qb-target compatability, heres the qb-target file from my old version. just chuck it in compat under client in ox_target and add
provide 'qb-target'
to the fxmanifest

hushed fable
hushed fable
#

Impatient you are, the thing you needed help with is literally in the header of the page. Reading the Readme explains the script.

#

Also,

NOT A SUPPORT CHANNEL.

ashen raft
#

I don't think he understands H1 titles so big text probably wont help you, Khat

hushed fable
#

THIS ISNT A SUPPORT CHANNEL

THIS ISNT A SUPPORT CHANNEL

THIS ISNT A SUPPORT CHANNEL

#

THIS ISNT A SUPPORT CHANNEL

#

All sizes

#

Generally people got an issue reading the fine print, i never thought it would be for the bold stuff too.

ashen raft
dense burrow
#

Hey CW you still looking for a gtaV server to dev on?

ashen raft
dense burrow
gritty gate
#

just checking my role

bold tiger
#

hello @ashen raft (sorry for ping) i m not a supporter but i m a player of a server that uses your racing tablet, wanted to know if the ghosting is server configurable or is it only updatable from you, for example is it possible to have no collisions but see players not as ghost

ashen raft
bold tiger
#

okk thanks

gritty gate
#

guys when i put eyeball focus on the case it doesnt do anything can someone tell me whats wrong?

hushed fable
stiff snow
#

@ashen raft could you maybe add at every update what files are changed every time? Makes it easyer for us to update the script.

ashen raft
#

I already notify when the config changes, and what changes. Which is the only important file.

Anyone requiring more info, for changes they've done, can check the github for a neat list of changes.

stiff snow
ashen raft
#

That's actually an even better suggestion LuL didn't think about that

pulsar portal
#

question not support, can i trade cash for an item?

ashen raft
pulsar portal
ashen raft
#

If you need support, check the stickied post in #1176825221785849977, follow it, and then make a post

pulsar portal
ashen raft
ashen raft
#

Ya'll need to get your shit together PepeYikes

415 hits in Warden

elfin depot
#

yea, what is this???

ashen raft
#

It says right there ☝️
You can see what channel you need to leave in the warden discord

elfin depot
#

I didn't do anything? what leak, cheat or resell

#

I use one script that I bought and have the keymaster for

ashen raft
#

It says in the screenshot you sent lol, you're in a a channel known for leaking, cheating or reselling

#

Don't mean you did anything. But you'd best avoid being in those

elfin depot
#

so I join their discord and they tell me what is wrong? why dont they just tell me in the message?

#

seems scuffed to me

ashen raft
#

I dunno if you can do it here also tbh try the warden commands

#

/checkuser

placid ospreyBOT
#
:shield: User Blacklisted

@elfin depot has been seen in 1 blacklisted Discords.

User Information

ID: 232016692354613248
Status: Blacklisted
Type: Other

#
Bad Server Listing
1000127039413686323 | 25
1001064561643892776 | Maps⁃Script⁃Mod│Fivem #1.3K
1001141219059052574 | ➔ XYZ|Reselling
1001199690177585243 | TS Leaks
1001479694870388766 | V7
1001573527440339024 | Dodge Trading Center
1001624044224921651 | stopped bypass
1001859369778036816 | Night Leaks
1001868102994243685 | FIVEM SCRIPT COMMUNITY
1002420674494726355 | 5mLeaks
1003049659230605383 | W1ll | Development
1003447675989016636 | RedLeaks [PL]
1003704301107040356 | Quality Cars | Sell And Trade
1003759946158063666 | MS SCRIPTS 2.1
1003760042866122772 | FiveM Scripts Store```
ashen raft
#

The /checkself seems like it lists yours

elfin depot
#

ah

#

it was Maximum Store, never used it. Had to join for a giveaway. thanks

#

I left the server, hopefully all is well now.

acoustic bluff
#

fr tho had no idea

ashen raft
#

<@&1305171627306258464> anyone of you guys who tried crafting with ESX? think3
I never tested the implementation just threw it together so wondering if it's working

uneven glade
#

Does anyone know how I put the code in qbcore?

hushed fable
glossy hollow
#

tbf thats a wild thing to ask anywhere

ashen raft
#

broadest question 2025

glossy hollow
#

what framework are yall using these days i just came back to the scene and learning qbox seems ok

ashen raft
#

ox_core ox2

glossy hollow
#

is that the best one these days? im enjoying the ox stuff in qbox way more mainstream than ole qbcore

hushed fable
glossy hollow
#

😂

#

its been so long im sure when i first started i was dumb too

ashen raft
glossy hollow
#

oh bro its so sick

#

last time i saw it it was the v1 i guess

#

i was actually floored when i saw it in action

#

"ugly" markers in the config is funny too i enjoy yalls humor

uneven glade
hushed fable
glass field
#

does mechtool work with qbox

mortal shell
#

Heyy, is cw-rep compatible with ESX? I am thinking to swap my crafting to cw-craft and I was thinking to also add the the rep as update for my server if it's ESX supported

ashen raft
ashen raft
small mica
#

Hi, where the channels forum of shared track?

ashen raft
dense moss
#

will vehicleswaps get ox support?

ashen raft
dense moss
#

lovely because im doing it now but id rather have the creator do it lmao

hushed fable
#

You know, i just wanna say and shout out to how far @ashen raft has gotten with Racing app, i just loaded up a very very original version from when me and him ran a server together and to see this compared to what it is now a days is remarkable. Major props dude.

ashen raft
#

Haha appreciate it 🙏

That version is still fairly new tho I think haha. Wonder if there's any screenshots of the really old one out there

ashen raft
#

Throwback to the hotdog button tho 😢

hushed fable
ashen raft
#

Maaan is that the pre-VUE Update? The one done in pure js?

hushed fable
ashen raft
#

Lmao it looks so much better than I remember it

stark ermine
#

Hey would someone be interested in helping me get another free open source script working that a dev killed it’s not for rp it’s just for my friends and I I’m sorry and do apologize if this goes against your tos of the server. This is the only group I am in the makes scripts for five m

#

I need help specifically with the qb core framework and this script working together

slow junco
#

.

wise river
#

racingapp new update when dogO

wise river
#

dont say this is already pushed lol

ashen raft
#

It is not no haha

wise river
ashen raft
#

Not really no. Haha. Those who have gotten comissions with custom UI already have it and no complaints tho so I assume it works 😅

wise river
#

or it will be exclusive for them only?

ashen raft
ashen raft
ashen raft
wise river
wise river
ashen raft
ashen raft
wise river
#

i had 2 questions lol
Why there are too many VOIP ?
Any plans to clean / revamp your discord ? || i mean its kinda messed up lol ||

ashen raft
ashen raft
ashen raft
#

Apart from that, what's messed up with it? 🤔

wise river
#

like in the middle of forums we got text channels

#

suggestion*

ashen raft
#

Yeah but they're like not really used either 🤔

Maybe a special category for the sharin stuff tho

wise river
#

looks better now

#

not too much stuff

old violet
#

Hi, guys..
i am interested in purchasing CW TUNING, and i would like to know if is a way of seing the config file? i am interested but the video is very short.
i realy wanted to know if it is possible to make a radiator, pistons, connecting rods?

ashen raft
#

Here's two examples of how parts are defined.

    exhaust = {
        bayShore = {
            description = "Bay Shore are known for their focus on high speed",
            stats = {
                torque = 0.005,
                speed = 5.0,
            },
            price = 4000,
            score = 700,
        },
        rbs = {
            description = "RBS are known for their focus on accleration",
            stats = {
                torque = 0.006,
                speed = 2.0,
            },
            price = 4000,
            score = 700,
        }
    },
    brakes = {
        halt = {
            description = "The HALT provides good performance for a cheaper price",
            stats = {
                braking = 0.3,
            },
            tierIncrease = {
                braking = 0.06,
            },
            price = 3000,
            score = 200,
        },
        rbs = {
            description = "RBS brakes are high performance brakes. Best on the market",
            stats = {
                braking = 0.34,
            },
            tierIncrease = {
                braking = 0.07,
            },
            price = 7000,
            score = 500,
        }
    },
#

And this is part of the Readme explaining part setup:

    categoryName = {
        variantName = {
            stats -- Required. ALL SHOULD BE A FLOAT (1.0 not 1 etc)!!! See stats below.
            tierIncrease -- Optional. Will default to TierIncreaseGeneric otherwise. ALL SHOULD BE A FLOAT (1.0 not 1 etc)!!! See stats below.
            price -- Base price
            description -- Optional, will show in ox inventory if set. Used for example if you want to display "Drift" on tires etc
            noTiers -- Optional, if set to true, will mean this variant does not have tiers outside of T1
        }
        ...
    },

The stats are as follows:

    torque
    speed
    mass
    antiRollBalance  -- hard set. Not increased on base value
    braking  -- hard set. Not increased on base value
    suspForce -- hard set. Not increased on base value
    suspComp -- hard set. Not increased on base value
    suspRebound -- hard set. Not increased on base value
    antiRollForce -- hard set. Not increased on base value
    offRoadTractionLoss -- hard set. Not increased on base value
    steeringAngle -- hard set. Not increased on base value
    griplow -- hard set. Not increased on base value
    griphigh -- hard set. Not increased on base value
    transmissionUp -- hard set. Not increased on base value
    transmissionDown -- hard set. Not increased on base value
    torqueSet -- hard set. Not increased on base value
    speedSet -- hard set. Not increased on base value
old violet
ashen raft
#

Here's also a lil sneak peak early prototype of an update coming sometime soonish 👀 (video is from early in it's dev, animations and stuff is fixed now)

||Inventory parts swapping peepoCute ||

old violet
ashen raft
#

Part degradation is something I've been planning to add, but never really gotten around to.

I at least want to add a degradation export so other scripts can handle all the threads.

old violet
#

Just got a view on the other vid.. Promising palmas

#

@ashen raft any discount? somethinig % sale 😂

ashen raft
vague hull
#

How are you doing coffee

ashen raft
vague hull
ashen raft
mortal shell
#

Hey, can someone navigate me where i can find the gang part at crafting system? i am not sure if its the correct channel but it's not a support question either

ashen raft
mortal shell
#

yea i saw that, i mean how you get the gang , you define those as jobs? qbcore has build in if i remember correctly, i am trying to understand the logic so i can make my own to support esx,

ashen raft
#

Search for gang in the client code

#

Or in the bridge, client side

mortal shell
#

ty

dull mist
#

does anyone who to get the trading working?

wise river
#

Finally you brought it dogO

mortal shell
full panther
#

Hi @ashen raft I would like to talk to you about some comission work?

full panther
#

I added it

#

On donpachombf

ashen raft
#

Can't message that account since he's not in this discord

full panther
#

I can't join the discord from that account

#

warden banned me for no reason

#

N im a whole server owner

ashen raft
#

Yeah cause you're in leak discords

full panther
#

Can u add this discord than

ashen raft
#

Even you current account is in several leak discords.

full panther
#

Yeah I don't know wihch

#

which

#

That's why I was trying to add you from my main account

ashen raft
#

You're probably perma-blacklisted with your other account for a reason hahah

clear furnace
#

tbf the amount of servers that get tagged as leaks is massive im in 200 servers cause i dont clear my list atleast 13 of those turned to leak server after the fact💀

placid ospreyBOT
#
:shield: User Blacklisted

@full panther has been seen in 4 blacklisted Discords.

User Information

ID: 912079647167090779
Status: Blacklisted
Type: Leaker

clear furnace
#

and the warden staff is a bunch of aholes about it aswell

full panther
ashen raft
#

You can check what discords in the Warden channel.

full panther
#

its crazy because the guy who on warden team is a leaker

ashen raft
#

Yeah if you go there and ask to get unbanned but you remain in the leak discords why would you not get marked as perma blacklisted?

clear furnace
#

NCHub got tagged as leak ??💀

full panther
#

N they said figure it out and perma black listed me

#

You even got @clear furnace saying they assholes

ashen raft
#

Ah so you're just not reading the instructions in Warden then?

clear furnace
placid ospreyBOT
#
:shield: User Blacklisted

@wise river has been seen in 8 blacklisted Discords.

User Information

ID: 1149058494092292136
Status: Blacklisted
Type: Leaker

wise river
#

lol

#

let's see now I left all

placid ospreyBOT
#
:shield: User Blacklisted

@wise river has been seen in 8 blacklisted Discords.

User Information

ID: 1149058494092292136
Status: Blacklisted
Type: Leaker

wise river
#

ohk so leaving it won't work

#

well sorry for messing up the channel

ashen raft
#

I think it probably takes some time to update. There's probably more info in the FAQ in Warden

placid ospreyBOT
#

🟢 No results found for this ID.

They are either fine or not yet listed.

wise river
#

Clean now.

hushed fable
#

Damn not even a shout out for pointing out your high idling threads dviperLeave

#

Nice fix though.

ashen raft
#

"high idling" 💀

#

Lil bro thinks he deserves a shout out for opening resmon and making me find the reason kek

flint raptor
#

Hi Guys, anyone has some quality images for items?

glad canyon
#

hello ! does anyone know how to change font and color like this ?

hushed fable
#

I’ll be the one to say this trailer is assss

ashen raft
#

Pre-render/cutscene shit 😴

hushed fable
#

Yepppppp, not a single fucking second of gameplay

ashen raft
#

Crazy how textures look low res even in the video

#

I assume it's console cutscenes haha

tender oak
real zenith
ashen raft
real zenith
ashen raft
real zenith
#

Does the GPS calculation go by the prop? Or in between the 2 flags?

#

This is insanely weird.

ashen raft
#

The checkpoint uses the location you put it at and then adds a modifier (you can change this in the config) towards the right.

Gtas checkpoint system requires the waypoint to be in the correct lane and have a good route between them.

There are some tips on how to make it good in the readme.

real zenith
wise river
#

so what have we got here interesting

vague hull
mint pulsar
#

is there a way to chnage myself from racer to god

distant onyx
#

@ashen raft I have a question — are you considering creating a car boosting script in the near future?

ashen raft
#

No, no plans

distant onyx
ashen raft
#

Probably a bit broken but there is the cw-boostjob

distant onyx
ashen raft
#

haha

#

yeah nah

#

and especially never going with a copy of some servers shit lul

#

And no, it's 100% not "very simple" PepeLaugg

distant onyx
hushed fable
zinc shadow
tender oak
hushed pecan
#

I might be in the wrong chat channel but i do have a quick question about the racing app, is it possible to change the flare props in checkpoint into a stacked racing tires(red and white color)??

ashen raft
#

Yeah you can change it just check the config

desert quarry
#

yo guys i need some help with the racing app

#

i did everything right

#

the config changed the things i needed to and the tablet is not working

#

if someone can help

#

and do i need the phone app to work everything?

desert quarry
#

Where i can change the price ot racing crypto?

ashen raft
#

There's an entire config of options for you to check out

radiant cove
#

mine is default how i can make it like this one ?

#

@desert quarry

desert quarry
#

wdym?

radiant cove
radiant cove
ashen raft
#

Just change the color in the config

desert quarry
#

and guys do yk why the tablet i can use it only with the new version of default qb no other inv

#

fixed it

#

nvv

#

m

zealous ruin
#

Can someone help me install the racingapp please ?

raven drum
#

using cw-performance, revived an old timetrials script with some more functionality. Class based leaderboards and class-blacklist using the cw-performance export function
https://forum.cfx.re/t/timetrials-rework/5268712

hushed fable
#

@ashen raft Dude your killing it, that looks so fucking clean and smooth.

ashen raft
#

The best parts aren't even added yet 🙈

wintry reef
#

where can i edit this look?

ashen raft
#

It's several files in the html folder. Probably starts in like RacingAppView.vue or something. You'll need to know how to to do node development (no support on this from me)

broken crane
#

hey guys, just installed the vending machine script but the lockpicking does not seem to work? any ideas? no error or anything..

edit: also when i disable stealing the script crashes and stops working altogether

hushed fable
unique ferry
#

Oh hi @hushed fable long time no see :p

unique ferry
#

Hows u

hushed fable
#

How ya been? I had stepped away from fiveM for a bit but back stronger than ever haha, got a small community going

unique ferry
#

Thats good, i have one too Hehe

#

Yea i was aware that u stepped away for a bit

hushed fable
#

I actually ran an-pursuit mode for a bit at the start XD

unique ferry
#

Oh ? lmao

#

Qbcore ? or ?

hushed fable
#

Qbox

unique ferry
#

Im on qbcore with ox stuff so no need to switch really lol

hushed fable
#

Wouldn’t do core if my life depended on it at this point, I’d of went ox core myself but there’s a lack of resources and I didn’t wanna do it all from scratch haha

unique ferry
#

Yea

small mica
worn igloo
#

anybody got sum fiya warehouse / clubhouse typa shells?

mystic magnet
# worn igloo anybody got sum fiya warehouse / clubhouse typa shells?

Warehouse Port MLO/YMAP for FiveM – Add realism and depth to your industrial or port-based roleplay scenes with this custom warehouse location! Perfect for smuggling RP, heists, or gang meetups.

📥 Download Now:
🔗 Warehouse Port MLO/YMAP Download

📸 Use this in your next RP storyline, cargo delivery job, or gang operation!

📌 Stay ...

▶ Play video
worn igloo
mystic magnet
#

I have the files free

ashen raft
#

ohh shells only, nvm

simple swallow
#

hi!

ashen raft
#

I'll throw in a Verstappen png

severe reef
#

Forza motor sport hud (top-left)

errant leaf
#

futuristic hud light white/anycolor frame with neon edges and fully minimalistic would be great

#

transparency around 90-140ish?

ashen raft
#

"minimalistic" and "neon edges" really don't go hand in hand LuL

ashen raft
errant leaf
#

that smaller tablet like you mean you had prior?

#

havent seen the old one as i have found you pretty much couple of days ago so yeah ... no clue how it looked like

ashen raft
#

It should be in some of the videos. There's no videos/images of the new hud ui

#

But no, Neon edges will never be a thing in racingapp LuL

fiery bane
#

I would like to see feature that turn off some components that we dont need

ashen raft
errant leaf
#

oh you do accept commisioned work still?

ashen raft
errant leaf
#

is there any particular section i shall post my interest in discord?

ashen raft
#

Nah just dm. I should probably set up a ticket system for Commissions tho lol

errant leaf
#

that would be much more effective actually 🙂

#

also you seem to have dm closed dunno if its only me though

ashen raft
#

Ah yeah lol I do haha

fiery bane
#

This looks fire

#

I think performance wise this is bad

severe reef
#

anyone fixed it?

#

in bounty

severe reef
#

This look nicee

lean raptor
#

I'm trying to mess with mine too

meager bridge
#

We have been using the tablet with its current design for a few weeks now, and I must admit that it is perfect as it is. In my opinion, there is no need to change anything about its appearance.

nova mortar
#

@ashen raft can i talk with you in private?

ashen raft
#

Sure think, send me a DM

ionic charm
mystic magnet
ionic charm
mystic magnet
fringe goblet
#

My players are already addicted to beating their own drift score. Great job!

slender relic
tired tree
#

@ashen raft Hi
I would like to receive your logo because I am working on the UI for the best racing app 😅 .

ashen raft
#

Or for like me-me? haha

tired tree
ashen raft
tired tree
brisk monolith
#

Hello, i want to thx the creator for this script

#

I could mada a Kart Script based on this one

ashen raft
brisk monolith
#

Thx to you, brother when i publish the script i will give you credit

ashen raft
brisk monolith
#

Nope, i adapt it for be a standalone script, no dependencies

#

bc we use AV_Racing, long story... we had the idea of using yours in our server because it was open source

ashen raft
#

Ah okey, cool. Yeah under the licence you can release any modification of the code as long as it's free and open source so good ahead ✨ looking forward to see how it looks!

brisk monolith
#

Me and my brother are making open source script, because we are tired of Origen, Quasar, RTX and all of those 'creatos'

ashen raft
#

It's why I started doing CW stuff also kek

brisk monolith
#

brother, they dont even bother and make the documentation right

#

this is for vehiclekeys if you go to server the export are for the housing

#

its so funny

ashen raft
#

I feel like there has to be good vehicle key scripts out on GitHub. Can't be that hard to make lol.

brisk monolith
#

The plan is in the future only use open source in our server

#

and people like you give me hope in this community

#

your script is really dope brother

ashen raft
#

There's alot of good resource in the COX discord NODDERS

brisk monolith
#

Could you giveme the link please?

ashen raft
brisk monolith
#

thx

brisk monolith
#

brother, can i show you the script?

#

i made a video

ashen raft
brisk monolith
#

Thx a lot

#

Ofc it will be free

#

I made it in spanish and english

#

Anyone can chance everything

potent glacier
#

Can anyone tell me if there is an option to get discord log for the cw racing app, like race winners and participants

dapper osprey
#

Hey Coffeelot, in the rules it states not to DM. I’ve got a few things I wanted to talk about for potential commission work. Where is the best place for that?

ashen raft
#

Appreciate you checking tho

dapper osprey
#

Roger that thank you

final bone
#

is tuning script compatible with qbox? cause here it doesnt say it?

ashen raft
final bone
#

okay so i buy it there and in config put qbx?

ashen raft
#

Yeah might be a couple of options to set up in config. And of course the qbx vehicle db table is different I think.

final bone
#

ill figure it out thanks

ionic charm
elfin estuary
solar thorn
#

More scumbags

hard jay
#

gotta love when people click sketchy links

paper kestrel
#

stupidiy at its fullest

solar thorn
#

Anything that says free, they are full steam ahead

hard jay
#

but also why does a normal member have the ability to tag everyone?

solar thorn
#

That's a fair point

#

Easy to overlook though. Bet it will be fixed soon though.

ashen raft
#

Yeah I thought I removed that huh

#

Still dont udnerstand why anyone would be dumb enough to fall for one of those links

#

Some old rols apparently still had access to @ everyone oopsie

#

And why is it always the same scam?? Like cant they figure out something new

wise river
earnest notch
#

@ashen raft ill move convo to here so that we dont clog up that channel even further xd

since i did not know you had a tebex i will support you and get some scripts off of there, love the racing app so far, used previous version on our server and ive modified it heavily by making new UI style and editing some code logic

need to grab new version and test it out to see how it is with all new features

ashen raft
#

Appreciate it!

earnest notch
#

just remembered 1 thing, was there any plan to implement race history into the script (forgive me if it exists in new version, im yet to test it out)

ashen raft
#

Race history has been in for years haha

earnest notch
#

was not there only records that were stored in db, and history was only there temporary till server restart?

ashen raft
#

It saves race history to db for all races with more than one racer.

Solo races are saved temporary til restart

#

But any lap record is saved in db also

earnest notch
#

interesting, i might have broken that unintentionally when editing the script KEKW

ashen raft
potent pine
ashen raft
# potent pine Correct 🙂

You've saved me alot of headache with doing the server authority stuff 🙏 been on my plate to do for like 2 years

potent pine
potent pine
oak hatch
#

little showcase of my own redesign of cw-racingapp | not finish and no release.

ashen raft
#

That dashboard looks great 🔥

neat ember
oak hatch
#

Maybe but atm im not releasing the redesign

mystic magnet
ashen raft
#

Is career a mode with several races in a row?

#

Was planning to add that, after I've added the next race type 👁️

mystic magnet
#

Many players on my server asked me to separate the races into drift mode.

ashen raft
# mystic magnet yes

How do you handle the queued races?
Like if 3 people are racing, and 2 finish, can they just go start the next one? Does it wait for previous to finish and then just automatically set the next one up?

mystic magnet
#

If three people are racing and two finish the race, they cannot start the race again until the last one finishes because I use a function (raceWithTrackIdIsActive) which iterates through all active races and checks (Waiting = true) and (Started = true). If either of these conditions is met, the system blocks any attempt to create a new race on the same track, but they can start another track.

ashen raft
#

Ah, so you don't allow multiple races on a track at the same time then?

#

Or does it only block if there's one that's "queued"?

mystic magnet
#

It does not allow it directly until the race is over

#

This is the code I used
local function raceWithTrackIdIsActive(trackId)
for raceId, raceData in pairs(Races) do
if raceData.TrackId == trackId then
if raceData.Waiting or raceData.Started then
return true
end
end
end
return false
end

if raceWithTrackIdIsActive(trackId) then
if UseDebug then
print('^3Track', trackId, 'is already in use by another race^0')
end
if src then
NotifyHandler(src, Lang("track_in_use") or "This track is already being used by another race", 'error')
end
return false
end

ashen raft
#

ah ok ok

#

I'm looking at adding a race type that would benifit from asyncronous racing, so gonna be interesting to see how that works out 👀

mystic magnet
#

I was thinking about managing races so that if one is in progress, another person could run the same track by adding an odd number of numbers to the trackid, and it would be managed through FiveM's native database. But then I remembered that it would break the ghosting system
jajajajjaja

ashen raft
#

Yeah I mean that's how Racingapp works now 😅

#

Since like a while back

#

it uses raceids to track whos racing where, and allows simultanious races on one track

#

I did have this idea for a new system I'm adding (that's a prerequisite for the new race type) which is leagues. And the idea would probably be that depending on type, it might allow or block people from starting tracks in the league they're particiapting in.

Like if it's drifting, it might allow anyone to just do a run whenever on the track that's in the leauge, but if it's a circuit/sprint it would only allow one track, per league, running at one time. Maybe auto hosting them after one is done or something 🤔

mystic magnet
#

Dammmmmm lve been working on a rather old version, the January one to be more precise. I'll have to get to Dina and add that jajajajaja

#

ummmmmmm

#

Let me think

ashen raft
#

Multiple races on the same tracks came before that I think 🤔

#

iirc it came with the drift update

#

if your code has references to "raceId" you're using it. You might just have blocked yourself from allowing multiple runs on the same track with your code 😅 😅

mystic magnet
#

I think so, because a while ago—I don't remember when—I was told I had a bug when trying to join races, and that's when I implemented that.

#

for the class system
A class system could be implemented for each race mode, similar to the CW-Performance system, where each race type would have a level or league, and advancement would be based on points. For example, drift races would have four leagues: A, B, C, and D. Each league has a certain number of points; for instance, League A would be worth 1,000 points, League B 900, and so on. If ranked races awarded points to advance to higher leagues, a conditional rule could be created to block certain tracks by league, so that specific tracks could only be accessed by those at the required league level

#

What do you think?

ashen raft
mystic magnet
#

Something similar to AutomatedRaces could be done from the config file.

ashen raft
mystic magnet
ashen raft
#

My idea is probably more like a league would be something anyone can set up. They set a name, other limitations like vehicle class, and then it'd probably be a per-invite thing, or option to have them be Open

#

And each leage would have it's own scoring sorta

#

So I mean I guess your idea works, it'd just take racing marshalls to manage it - since the system is meant for RP servers I do think the idea of interactions make sense 😅

mystic magnet
#

The trip there is complicated, 🤣

#

Hmm, it would be something like creating crews, creating a league with challenges between people who want to join, and having a ranking system and leaderboard.

#

It would have to be managed with a new database table where the leagues, the defacements placed by the league creator, the records, the participants and the ranks of each participant can be stored.

#

hmmmmm i like jajajaja

ashen raft
#

Ohh, yeah. Maybe that's more fun. I was thinking of it being like a campaign sorta, like it'd be like a set of 3-5 races and the total winner of all of them wins at the end.

but maybe having just allowed leagues would be sick. Like you could join "Cool Coffee Drinkers" and if you do then you can host races in that league, and only members can join, and maybe it's always like "only A class or lower" 🤔

mystic magnet
#

I like the idea of ​​3-5 races and whoever wins the most wins the challenge. I'm thinking about how the league structure would work so that leaders or members can create challenges. I also thought of an option to challenge the league, like in some racing games, where if my league has 5 challenges to complete, someone else can challenge my league and win my challenges.

#

The ideas I get, then applying them to code logic is another story altogether, hahaha