How to
#2

use this to save:
Код:
new File:obj = fopen("codes.txt",io_append);
if(obj)
{
new str[100];
format(str,100,"CreateObject(%i,%f,%f,%f,0,0,%i/,300);\n",id,X,Y,Z,A);
fwrite(obj,str);
}
fclose(obj);
For id i think %i or %d
Reply


Messages In This Thread
How to - by ognyanov - 22.08.2015, 11:22
Re: How to - by Roberto80 - 22.08.2015, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)