gms_p2p_all_in_game

Posted by Bountywolf
Was this function removed if not how would I use it

Replies (1)

Last message on 27 Jan 2018

Size43 (Administrator) on 27 Jan 2018, 17:03:35
It's not a function, it's a constant!

For example:
gms_p2p_send(p2p_some_message, gms_p2p_all_in_game, arg0, arg1, arg2)


Where p2p_some_message is defined as a macro, as mentioned in the new p2p tutorial.