19.06.2010, 18:22
I know how to load floats (floatstr) and variables (strval), but how do I load strings? (ex. Hello there, Sanchez, Sultan)
Originally Posted by ♂ Antonio [G-RP
]
split(resultline, car, '|'); |
format(YourString, 128, resultsplit[blahblah]);
format(FactionData[fid][fMOTD], 128, fsplit[3]);
FactionData[fid][fAreaColor] = strval(fsplit[4]);