Deadlineem / Extras-Addon-for-YimMenu

This addon features extra tools for YimMenu that aren't already a part of the stand alone base version.
http://extrasaddon.us.to/
61 stars 10 forks source link

Added Options To Selected Player Tab #10

Closed USBMenus closed 6 months ago

USBMenus commented 6 months ago

added trolling options

USBMenus commented 6 months ago

it says i changed almost every line, but it just un-indetened them once for some reason

Deadlineem commented 6 months ago

Nice! merged and add me on discord ill add you to the channel. same name as on here, im merging the PR now

Deadlineem commented 6 months ago

@USBMenus I did notice you added request_control on line 3859

its already defined in there under -- Vehicle Options, you can just use RequestControl(entity, vehicle, ped, player)

Also, when you load the menu and open it up for the first time the options you added show up automatically, which leads me to believe that the selected player tab is player name based like gui.get_tab("PLAYER.GET_PLAYER_NAME(PLAYER.PLAYER_ID())")

USBMenus commented 6 months ago

@Deadlineem that will create a new tab with the users username, i believe that is the only way to do it