alienwave Posted April 29, 2020 Share Posted April 29, 2020 I have a created client-side event, how can i call it on the server? client: mp.events.add("event", function() { // code }) server: function playerEnterColshapeHandler(player, shape) { if (shape == colshape) { // need call client event. } } Link to comment Share on other sites More sharing options...
alienwave Posted April 29, 2020 Author Share Posted April 29, 2020 (edited) CLOSED: USE player.call !!!https://wiki.rage.mp/index.php?title=Player::call Edited April 29, 2020 by alienwave Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now