How to make object command what saves objects to somewhere?
#1

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


Код:
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;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)