22.08.2015, 11:30
use this to save:
For id i think %i or %d
Код:
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);