20.10.2017, 21:03
- Create two textdraws, one named "Breaking news:" and the other can be anything for now.
- Read the wiki and any relevant forum threads to help you put the textdraw in your script correctly.
- Create a command for the breaking news, make sure to include playerid and params.
- Once you've completed the command and the parameters are stored in a variable correctly, research PlayerTextDrawSetString.
- Simply show the textdraw and use the parameters stored in your variable in the PlayerTextDrawSetString, create a timer so that it disappears eventually.