Hello,
so far I have figured out how to do server sided coding, like dealing damage to a player if he is outside of a specific zone or sending global chat messages. But if I'm not mistaken I need something client sided to for instance pop up a dialog or display a UI widget. Does anyone know how to do client sided scripting?
Also the
GetGame().ChatMP(player, "Text", "colorImportant");
function to send a chat message to a specific player didn't work for me.