I tried to display a gameText upon login, but it doesn't show. Below is an example of the code I tried. I am not receiving any logs or errors. It simply doesn't display anything.
import { omp } from '@open.mp/node';
omp.on('playerConnect', (player) => {
player.showGameText('~w~Test1~n~~g~Test2', 5000, 2); // not showed
});
I tried to display a gameText upon login, but it doesn't show. Below is an example of the code I tried. I am not receiving any logs or errors. It simply doesn't display anything.