help /createzombie (creates object to your position)
#1

okei i built this object in MTA map editor

/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;
}
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?
Reply


Messages In This Thread
help /createzombie (creates object to your position) - by andruz99 - 21.09.2010, 15:10
Re: help /createzombie (creates object to your position) - by Seven. - 21.09.2010, 15:15
Re: help /createzombie (creates object to your position) - by dirkblok - 21.09.2010, 15:17
Re: help /createzombie (creates object to your position) - by andruz99 - 21.09.2010, 15:18

Forum Jump:


Users browsing this thread: 4 Guest(s)