23.08.2011, 10:52
Just curious.. in your test command why do you want to set a string to an integer ?
gVar[playerid][Test] = strlen(string);
Making the string equal to the length of the string..
gVar[playerid][Test] = strlen(string);
Making the string equal to the length of the string..