Poker

How can I replicate the poker minigame, any hints ?

Use decompiled scripts to see what R* did in order to implement mp poker.

I did exactly what you suggested but I’m not an expert in reverse engineering, I’ve found functions like _POKER_BUY_IN, _POKER_CALL in a file called “tg_p.ysc.c”, but I couldn’t really understand what they were doing, the file is so big and there so many unnamed function and variables it’s hard to know what the code does. is there a technique that can help read the code ?