03.04.2015, 14:09
yes use myvariable2 ( you can name it what you want ), and if you want to make it just on the loggin screen , you need to show the textdraw in the callback "OnPlayerConnect"
and hide it when the player spawn "OnPlayerSpawn"
Quote:
TextDrawShowForPlayer(playerid, myvariable); |
Quote:
TextDrawHideForPlayer(playerid, myvariable); |