.js client side events? in Scripting Posted February 18, 2020 you can add that event to server side and use player.outputChatBox mp.events.add("playerSpawn", (player) => { player.outputChatBox("You just spawned"); });
.js client side events?
in Scripting
Posted
you can add that event to server side and use player.outputChatBox