SA-MP Forums Archive
How to make object command what saves objects to somewhere? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make object command what saves objects to somewhere? (/showthread.php?tid=143109)



How to make object command what saves objects to somewhere? - hardstop - 21.04.2010

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;
}