Update in %f, %d, %s [+REP]
#1

Hello

I want to do one function to update all these: %f | %d and %s.


Example:

Код:
UpdateOwnableCar(car, "PosX", FloatToStr(OwnableCar[car][PosX]));
also i want to save %s and %d with this same function:

Код:
UpdateOwnableCar(car, "Model", OwnableCar[car][Model]);
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

Код:
public UpdateOwnableCar(..)
{
     What is here?
}
Reply


Messages In This Thread
Update in %f, %d, %s [+REP] - by Larry123 - 15.09.2012, 18:09
Re: Update in %f, %d, %s [+REP] - by Larry123 - 15.09.2012, 18:45
Re: Update in %f, %d, %s [+REP] - by Roko_foko - 15.09.2012, 19:01
Re: Update in %f, %d, %s [+REP] - by Larry123 - 15.09.2012, 19:33

Forum Jump:


Users browsing this thread: 2 Guest(s)