[HELP] WebSockets (I think)

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
I am wondering how I can edit something such as the catalog button (example) and make it open something such as the :commands
So for example, when this is clicked:
It brings up this:
Thank you!
 

Mikee

Active Member
Jul 8, 2017
162
102
run the emulator in debugger mode, click that button, read which packtet gets called, then go to that packet composer in the emulator and recode it so the commands box pops up when its clicked.
 

Gang67

|Jump out gang, we jump out those vehicles|
May 5, 2017
303
54
run the emulator in debugger mode, click that button, read which packtet gets called, then go to that packet composer in the emulator and recode it so the commands box pops up when its clicked.
Thank you for the reply. I did that then changed it to the code I needed and got this:
How do I make them exist?
 

Mikee

Active Member
Jul 8, 2017
162
102
Thank you for the reply. I did that then changed it to the code I needed and got this:
How do I make them exist?
u have to call those objects into that class, they don't exist as it says. In other words, you're missing some code.
 

Users who are viewing this thread

Top