09.10.2010, 14:09
Yes i have the variable as a float, its in table. Float:fStock
And no i am storing them as floats not as integers
EDIT: fu** i just needed to convert the TakeOff = 1; to a float,
And no i am storing them as floats not as integers
EDIT: fu** i just needed to convert the TakeOff = 1; to a float,
Код:
FactoryInfo[GetPVarInt(playerid, "InFactory")][fStock] -= float(TakeOff);