Advertisement
Guest User

asd

a guest
Apr 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ("game_receive_url_response",
  2. [
  3.  
  4. #(display_message, "@Did receive URL response!"),
  5.  
  6. (try_begin),
  7. (eq, reg0, 1),
  8. #reg1 player id
  9. #s0 is country
  10. #(display_message, "@Did receive country and player id: {reg1} and {s0}"),
  11. (str_store_player_username, s5, reg1),
  12. (player_get_unique_id, reg2, reg1),
  13. (str_store_string, s6, "@{s5} Joined the Match GUID: {reg2} | {s0} | Group: {s1}"),
  14. (str_store_string, s4, s6),
  15. (call_script, "script_multiplayer_broadcast_message"),
  16.  
  17. #Send Member Call Now:
  18. (try_end),
  19.  
  20. ]),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement