Giter VIP home page Giter VIP logo

krz_personalmenu's People

Contributors

armatec avatar bitpredator avatar korioz avatar n0chteil avatar tilltheprogamer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

krz_personalmenu's Issues

money not updating

when i withdraw money it does not update in the menu
i use the latest version of everything

Menu don't Open !

Salut ! J'ai bien NativUI d'installer, mais le menu ne se lance absolument pas, la seul erreur que j'ai pu trouver, c'est celle si :
image

Deuxième question, j'ai vue qu'il y avait un système audio intégré dans le menu si je me trompe pas, mais celui si est RP ? Il gère les distance etc ?

jsfour-idcard

Salut, voilà j'aurais souhaiter que l'ont puisse montrer le permis de conduire et le permis port d'arme tout comme la carte d'identité, j'ai réussi a avancé un peux mais je suis bloqué, je parvient a voir mon ppa et permis de conduire mais pas à les montrer ?

if Config.EnableESXIdentity then
	local showID = NativeUI.CreateItem("Montrer sa carte d'identité", "")
	walletmenu.SubMenu:AddItem(showID)

	local checkID = NativeUI.CreateItem("Regarder sa carte d'identité", "")
	walletmenu.SubMenu:AddItem(checkID)
	
	local showDR = NativeUI.CreateItem("Montrer son permis", "")
	walletmenu.SubMenu:AddItem(showDR)

	local checkDR = NativeUI.CreateItem("Regarder son permis", "")
	walletmenu.SubMenu:AddItem(checkDR)
	
	local showPA = NativeUI.CreateItem("Montrer son port d'arme", "")
	walletmenu.SubMenu:AddItem(showPA)

	local checkPA = NativeUI.CreateItem("Regarder son port d'arme", "")
	walletmenu.SubMenu:AddItem(checkPA)

	walletmenu.SubMenu.OnItemSelect = function(sender, item, index)
		if item == showID then
			personalmenu.closestPlayer, personalmenu.closestDistance = ESX.Game.GetClosestPlayer()
										
			if personalmenu.closestDistance ~= -1 and personalmenu.closestDistance <= 3.0 then
				TriggerServerEvent('jsfour-idcard:open', GetPlayerServerId(PlayerId()), GetPlayerServerId(personalmenu.closestPlayer))
			else
				ESX.ShowNotification("Aucun citoyen à proximité")
			end
		elseif item == checkID then
			TriggerServerEvent('jsfour-idcard:open', GetPlayerServerId(PlayerId()), GetPlayerServerId(PlayerId()))
		elseif item == checkDR then
			TriggerServerEvent('jsfour-idcard:open', GetPlayerServerId(PlayerId()), GetPlayerServerId(PlayerId()), 'driver')
		elseif item == checkPA then
			TriggerServerEvent('jsfour-idcard:open', GetPlayerServerId(PlayerId()), GetPlayerServerId(PlayerId()), 'weapon')
		end
	end
end

Merci de ton aide

Bank Money

Add the option to display bank money below money on hand.

Money dont show up

Hello,
the money on the player isnt showing in the menu. i only get bank money and black money.

i am not working with the newest version of esx, so the pull request doesnt helped me

Cant switch between buttons

Screenshot from Gyazo

That happens when you press only ones on a key. (left or right does not matter)
Thats in the wallet menu. Somehow it switches between buttons so damn fast :S

How can i fix this?

--edit--

oke the recording program cant even see it. Its like you hit the key 2 times in a millisecond.

close jsfour-idCard

Hi, I currently have the problem that when I show someone my identity card or look at it myself, I can no longer click away - where can I set how long it is displayed to me?

possible bug¿?

when i try to give money to another player near for me, and the player is inside a car, the menu goes bug, and not can open again.

and i get this error in F8 console:
http://puu.sh/DRyXo/56dabbe302.jpg

In spite of some small mistakes, many thanks for making this menu, it is incredible and had a lot of acceptance

Change the Image

I searched everywhere in the folder. Where can I change the Image of the Header?

UI

Can you make an alternative to esx_menu_default?

Keep freezing client...

FiveM keep freezing when i open the menù. I've tried to reinstall FiveM, cleaning FiveM cache and also cleaning server side cache.
The other player haven't this issues. There aren't crash logs, because it's Freezing, please help me

Animations Dance

Salut
Dans une Prochaine MAJ serait tu rajouter les anim's de dance ? je pense que sa peut être sympa ^^

Revive not working & Opening menu with jsfour-idcard = true prints "No players nearby"

So I have 2 issues to report
NOTE: I have all dependecies in the correct starting order

First off, the revive option does not work. esx_ambulancejob sees it as attempting heal exploit/doesn't check player permissions

Secondly, if you have jsfour-idcard set to true in config, when you press F5 to open the menu it will trigger a "No players nearby" notification.

Some Problems ... (Money doesnt show // index nil)

Hello,

your Menu works fine. but i get this Error :

SCRIPT ERROR: @krz_personalemnu/client/main.lua:179: attempt to index a nil value (global 'ESX')

And the Money doesn't show.
even after restarting the script.

Issue with noclip

Hi everyone, since yesterday's fivem update, I've been having trouble with the noclip feature of krz_personalmenu. For some reason, when on no clip, the player keeps blinking (appearing and disappearing). After some quick testing on my part, it seems that the thread is being "interrupted" or something, causing the player to reappear before its' visiblity is set to false again.

Does anyone have a solution for this ?

while true do
		SetEntityVisible(PlayerPedId(), not Player.noclip)
		Citizen.Wait(0)
end	

Version : 2.0

Invisible "bug"

Hello!
If I activate invisibly, it will automatically be deactivated after a few seconds

Le DoubleJob

Bonjour La Configuration DoubleJob ne fonctionne pas si je l'active, le menu s'ouvre pas !!!

I cant join at my Server

I add the Menu and join the Server, then i comming this

Couldn't load resource krz_personalmenu: Couldn't load resource krz_personalmenu from resources:/krz_personalmenu/: Could not open resource metadata file resources:/krz_personalmenu//__resource.lua.

i need the __resource.lua please

SCRIPT ERROR

As soon as I want to open the menu here is what the console tells me :

``SCRIPT ERROR: @krz_personalmenu/server/main.lua:59: attempt to get length of a nil value (local 'result')

ref (@krz_personalmenu/server/main.lua:59)
(@mysql-async/mysql-async.js:14431)``

Tank

Nouveaux menus

Je voudrais savoir quoi faire / rajouter pour ajouter des menus et des sous menus ?
J'aimerai rajouter pas mal d'options et faire un pull request

Kontakt

I can't contact them through Discord.
I would like to translate the resource into German. . . .

Help Support for the new ESX

Since the new ESX update, the wallet for giving money and throwing it away no longer work and do not find the error either

high CPU usage

Hi.
I have very high CPU usage for the menu, it goes from 0.70 to 1.0
image
Is it normal or do I made some mistakes on it?
Did you experience something similar?
Is there a way to reduce the cpu usage?

NO OPEN MENU :(

The menu does not open, but at the time of performing the actions with the ctrl, x, b keys. if they work
Sin título

Console Error when use Personal Menu

Hi, when i use Personal Menu ( so, i select a button ) i recive this error :

InvokeNative: execution failed: Argument at index 1 was null.
SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.

How i could resolve it?

Can't Give cash to a other player

Hi,

In the menu on Wallet, i have the job, Bank account and black money but no money/cash.. we can't give any money to a other player, only blackmoney.

Can i have some help ?

position

how to change the position? left -> right

Animations

Salut, dis moi, pour les animations c'est possible de faire pour quel ne ce répète pas en continu ? Je m'explique, quand je fais un signe le signe ce répète non stop jusqu’à ce que je l'annule, dans le menu d'animation de base il fait un signe puis ce stop.

Merci de ton aide

Voice chat isn't working

please help voice chat isn't workin everything is set up with hotkay and activated but there happens nothing help

Cant open Menu

Hey, I can't open the menu in job cars like Ambulance and Police. How can I change this?

Diferent torso_1 in male and female

I would need you to check the sex in torso_1, because the skin is different. I tried to do the same check you do with pants but it doesn't work. This is my code.

			if skin.torso_1 ~= skina.torso_1 then
				TriggerEvent('skinchanger:loadClothes', skina, {['torso_1'] = skin.torso_1, ['torso_2'] = skin.torso_2, ['tshirt_1'] = skin.tshirt_1, ['tshirt_2'] = skin.tshirt_2, ['arms'] = skin.arms})
			else
				if skin.sex == 0 then
					TriggerEvent('skinchanger:loadClothes', skina, {['torso_1'] = 15, ['torso_2'] = 0, ['tshirt_1'] = 57, ['tshirt_2'] = 0, ['arms'] = 15})
				else
					TriggerEvent('skinchanger:loadClothes', skina, {['torso_1'] = 15, ['torso_2'] = 0, ['tshirt_1'] = 7, ['tshirt_2'] = 0, ['arms'] = 15})
				end
			end

Where are problem ?

gcphone

no voice when call to players with gcphone

__resource.lua

Hello Korioz,

The Menu what you uploaded doesnt have an __resource.lua anymore?
Why?

Hope for fast help

thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.