04.07.2013, 21:11
edit i forgot to use new string[128];
(In this case you could use string[MAX_PLAYER_NAME] Because its only outputting your name. In case of any other values or strings use [128] or any string size that you need)
(In this case you could use string[MAX_PLAYER_NAME] Because its only outputting your name. In case of any other values or strings use [128] or any string size that you need)