29.05.2011, 19:08
strcat() was not made for formatting strings, format() was. You aren't using the correct arguments allocated to the function, furthermore you've tried to include tags in your variables (i.e: 'Float:y').
Simply use format(). strcat() was created for replicating the values of strings.
Simply use format(). strcat() was created for replicating the values of strings.