25.11.2010, 21:55
because when you format the string, it actually formats
so only the last value would work and str would be set to
format(str,sizeof(str),"%s ~w~Press ~y~LMB~w~ To Close This Box", str);
each time you format a string, it changes the Entire string notice i formatted str1 str2 str3 then strcatted ( adding a string to a string(strcat) or (strins))
so only the last value would work and str would be set to
format(str,sizeof(str),"%s ~w~Press ~y~LMB~w~ To Close This Box", str);
each time you format a string, it changes the Entire string notice i formatted str1 str2 str3 then strcatted ( adding a string to a string(strcat) or (strins))

