21.09.2010, 15:10
okei i built this object in MTA map editor
/imageshack/i/testzm.png/
and i have already created my command
but my command makes all zombie objects in one position how can i make like the body is on foot and the head is on body etc...
help anybody?
/imageshack/i/testzm.png/
and i have already created my command
Код:
if(strcmp(cmd, "/createzombie", true) == 0) { new Float:X; new Float:Y; new Float:Z; GetPlayerPos(playerid,X,Y,Z); CreateObject(2905,X,Y,Z,0, 0, 0); CreateObject(2906,X,Y,Z,0, 0, 0); CreateObject(2907,X,Y,Z,0, 0, 0); CreateObject(2908,X,Y,Z,0, 0, 0); return 1; }
help anybody?