new string[20]; format(string, sizeof(string), "%i", number); for(new i=strlen(string)-3;i>0;i-=3) { strins(string, ",", i); }