hitmany Posted April 26, 2020 Posted April 26, 2020 (edited) Hello, I am working with Cops & Robbers Gamemode 0.11 By Protocole I noticed this gamemode writed on Javascript only, no C# code I trying to fix login form, but I cant debug any errors How to debug HTML, JS code? Edited April 26, 2020 by hitmany
alienwave Posted April 26, 2020 Posted April 26, 2020 If JS client: alert(); If JS server: console.log() or player.outputChatBox(); HTML: real browser, for example 1
alienwave Posted April 26, 2020 Posted April 26, 2020 You can also use mp.gui.chat.push on the client 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now