10.04.2012, 15:32
Im using object editor it saves objects as:
"object" variable is the ID (new object = 0; object++)
If you type /load ID
eg /load 2, how ca I create the object that has 2 at the end ?
("%d, %f,%f,%f, %f,%f,%f,2\r\n) <--
pawn Код:
format(string1, sizeof(string1), "%d, %f,%f,%f, %f,%f,%f,%d\r\n",inputtext, X+1,Y+1,Z+1, 0,0,0,object);
If you type /load ID
eg /load 2, how ca I create the object that has 2 at the end ?
("%d, %f,%f,%f, %f,%f,%f,2\r\n) <--