02.02.2010, 12:36
If you are going to add those GetElement functions, I also suggest you to add SetElement functions.
With those functions we would be able to manage single element values without deleting and recreating them completly.
Код:
SetElementFloatData(elementtype,elementid,datatype[],Float:value); SetElementIntegerData(elementtype,elementid,datatype[],value);