05.08.2015, 01:11
Have you tried to do like that ?
Код:
format(string2, sizeof(string2),"{FFFFFF}%s - test",GetPlayerNameEx(playerid));
format(coordsstring, sizeof(coordsstring), "Test");
format(coordsstring, sizeof(coordsstring), "{ffa500}Testing{ffffff}");
format(coordsstring, sizeof(coordsstring), " Test");
format(coordsstring, sizeof(coordsstring), " Test");
format(coordsstring, sizeof(coordsstring), "%s %s", AddCommas(spawnmoney), AddCommas(spawnbank));
format(coordsstring, sizeof(coordsstring), "\n{ffa500}Testing{ffffff}");
format(coordsstring, sizeof(coordsstring), "Test");
strcat(string2,coordsstring);
}

