31.10.2010, 19:11
hey guys,
I'm really trying to get my head around all this and any help would be great.
I'm getting this error when I compile my old freeroam script
the line in the script is:
Any ideas you scripting gods?
I haven't got a clue but i'm willing to learn
best
Mac
I'm really trying to get my head around all this and any help would be great.
I'm getting this error when I compile my old freeroam script
Код:
error 021: symbol already defined: "dini_FloatSet"
Код:
} public dini_FloatSet(filename[],key[],Float:value) { new valuestring[MAX_STRING]; format(valuestring,sizeof(valuestring),"%f",value); return dini_Set(filename,key,valuestring); }
I haven't got a clue but i'm willing to learn
best
Mac