P
|
ppradhan@live.com author 7/15/2022 |
how can I pass data (array) from Server to Client After, and how to retrieve those array values in the client after? please help me. purpose: |
M
|
macalister 7/16/2022 |
Hello. Yo need store the the data into array and pass it to the client after. Server Event Button: $info = array(); Client After (show info): var info = result['info']; |
P
|
ppradhan@live.com author 7/17/2022 |
@macalister7, thank you so much. Works with charm. |