25.03.2015, 11:58
And how can I store a string combined with another ints or floats.
Код:
new data[2] data[0] = 2 data[1] = "abc" // on this index i need a string for exemple, how i can sore it? Streamer_SetArrayData(STREAMER_TYPE_VEHICLE, vehicleid, E_STREAMER_EXTRA_ID, data);