14.06.2009, 18:03
Quote:
Originally Posted by meegan1
Quote:
and also could you give me an example of using that TextDrawHideForPlayer in a cmd plz |
You can hide it with TextDrawHideForPlayer/TextDrawHideForAll.
To set a text on a text draw, use TextDrawSetString. You can destroy it with TextDrawDestroy.
To show it when someone joins the server then use it in OnPlayerConnect and hide it in OnPlayerDisconnect when he leaves the server.