27.06.2012, 18:47
Pawn supports static string concatenation, so you can do it like this:
Though I really dont see why you should do that. Saving ids as strings takes more ram, and parsing them back to integers to use them takes more cpu.
pawn Код:
//note:
"string1""string2" == "string1string2"
new gVehModel_Motorbike[] = "\
462, "/* Faggio*/"\
581, "/* BF-400*/"\
461, "/* PCJ-600*/"\
521, "/* FCR-900*/"\
463, "/* Freeway*/"\
586 "/* Wayfarer*/"\
";