Coding Global Background
Coding Global

I need help with error: Uncaught TypeError: Cannot read properties of undefined (reading 'socket')

Archiviert 2 years ago
3 Nachrichten
1 Mitglieder
Erstellt 2 years ago
Aktualisiert 2 years ago
In Discord öffnen
Z
Zoxoer
So im coding an basic script that will send packets in game.
and i dont know why i get this error i tried every way to fix it but they failed.

Here's the unchanged code:
let doNewSend = window.io.send;

everytime i call the doNewSend example:
doNewSend("6", "hello"); // it gives me the type error Cannot read properties of undefined (reading 'socket') instead of sending "hello".

Antworten (3)