21.04.2010, 12:44
How to make object command what saves objects to somewhere?
I have the command already now i need to figure out how to save them
Help please
I have the command already now i need to figure out how to save them
Help please

Код:
if(strcmp(cmd, "/chair", true) == 0)
{
new Float:X; new Float:Y; new Float:Z;
GetPlayerPos(playerid,X,Y,Z);
CreateObject(1765,X,Y,Z,0, 0, 0);
return 1;
}

