It's nice that you like our gamemode! We know that the gamemode doesn't work out well without many (at least 20) players on the server. There are...
I think you want this: https://wiki.gtanet.work/index.php?title=getTime
Also here you're free to do what ever you want ;) For big projects it's probably a good idea to stick to a naming convention though
Yes you don't need to use any of them
The first thing is a null pointer exception. A quick example: var v = new Vector(); v = null; // NullPointerException because null.X is not...
call is a method of the cef object, which means you have to use it like browser.call() instead of API.call()
Indeed, at the moment when you're developing a deathmatch server you need to spend much time in creating workarounds for stuff that doesn't work...
As far as we've implemented our server (several thousand lines of code) we didn't have any problems with mono. I'm developing with Rider in linux,...
The ? is invalid, the cef is interpreting it as part of the file path and not like in php as variable. Do some research on the forums, somebody...
You really got a point :) Yes, that's true, like the bullet calulation which of course needs the GTAV engine. (I believe in that it could be...
Yea, there are even way more problems caused by that. Client side calculation like in SA:MP makes it very easy to create hacks like a godmode hack...
As far as I know you can set the tickrate to what ever you want :) 120Hz is just the default value. Anyhow the high tick rate doesn't matter much...
you should use something like new Task(async () => { await Task.Delay(10000); // respawn and so on...
Important announcement! The planned opening will not be on April 30th. We will open the server on May 14th. instead. We had to change the date...
I think root is right with this, what you're thinking of is using ? as an url param like in php, in GTA:N it might be interpreted as filepath....
it think it's the &, it's not a valid html sign. Try & instead
You're not receiving the event cause your K is uppercase on the server and lower case on the client, If you change it, it should work
Go trigger the close event on server side, right after you checked if the login data was correct
Check this out
Yo people! Since somebody asked if there's a js autocompletion tool, I thought that that would be a great thing. So I desided to gather the...