02.08.2012, 11:50
You need to explain things. For example:
This is name of the 3D text that we will be using in this tutorial
We are making a name string that we will use to format players name as "%s", which means that it will set the 3rd test as player name
Quote:
new Text3D: OWNER[MAX_PLAYERS]; |
Quote:
new string[256]; new kuldoneve[MAX_PLAYER_NAME]; format(string, sizeof(string), "-=%s=-{FFFFFF}Has Logged in As Server Owner",kuldoneve, playerid); SendClientMessageToAll(COLOR_YELLOW, string); |