15.09.2012, 18:09
Hello
I want to do one function to update all these: %f | %d and %s.
Example:
also i want to save %s and %d with this same function:
Attention in here: Function is same: UpdateOwnableCar
PosX is FLOAT and Model is INT
I hope you understand me. I don`t know what does FloatToStr, because i saw this code somewhere and made me to look more about that.
So i need to know what is in
I want to do one function to update all these: %f | %d and %s.
Example:
Код:
UpdateOwnableCar(car, "PosX", FloatToStr(OwnableCar[car][PosX]));
Код:
UpdateOwnableCar(car, "Model", OwnableCar[car][Model]);
PosX is FLOAT and Model is INT
I hope you understand me. I don`t know what does FloatToStr, because i saw this code somewhere and made me to look more about that.
So i need to know what is in
Код:
public UpdateOwnableCar(..) { What is here? }