20.04.2010, 19:56
i want like if you type /chair
then this object
1765 - Chair
will spawn to my position how can i do like that?
then this object
1765 - Chair
will spawn to my position how can i do like that?
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; }