SkayVerifier - automatic user verifier for your server Discord => FiveM

Hello! I tried using it for my server which uses vRP as a framework. The first hour or so it worked well (good work!) but after some hours, your script was preventing my players from spawning.

Make a turtorial video for installation plz

3 Likes

got it. thanks!

Yeah, database is creating automatically, you can find tables inside main.js file

Hey, my script has nothing to do with spawning, he’s not deciding whether player is spawning or not

Hey man when i start my server i get this error
https://gyazo.com/bc514f493532daf1845ce56ea92ead23

And when ever someone joins the server this error comes in the console
https://gyazo.com/7b072508fc95a5cf2dc6dfa041029d0f

i cant seem to find the problem in server.lua file

This script is pure gold thank u !

And yes, I think this would be better if it uses Adaptive Cards so kids with mods menu don’t use it inside server

You need mysql-async as script uses database to store codes and identifiers. Here’s official info https://github.com/brouznouf/fivem-mysql-async

Why a legit player would acess the CEF Devtools?

U can drop/kick them if they do this

No, hes got a point, you can call devtools without any rights,** but as I said you’re not able to move anyway

thanks mate :smiley:

Great but found a bug and this is fix
this

MySQL.Async.execute('UPDATE SkayVerifier SET steam_id = @steamid WHERE code = @code', {['@steamid'] = steamid, ['@code'] = givenCode})

to this

MySQL.Async.execute(‘UPDATE ’ … config.tableName … ’ SET steam_id = @steamid WHERE code = @code’, {[’@steamid’] = steamid, [’@code’] = givenCode}

also there is a bug when someone dies and respawns it again shows that screen

u can fix it by doing

local FirstJoined = false

AddEventHandler("playerSpawned", function(spawn)
	if not FirstJoined then
		TriggerServerEvent('SkayVerifier:checkPlayer')
		FirstJoined = true

	end
end)

1 Like

where did you edit it ?

will this work for license identifier?

Any idea how i can fix this?

can u tell me how i can make this automated so i dont have to keep my pc on 24/7 to run this please

https://gyazo.com/98f685dbd88da701aff94d3c79108a53

i got this fail i got install discord.js bot is not work

image

What is this?

That means you’ve deleted language file located in lang folder, you have to put en.json file to lang folder