Objects aren't on the ground?
#1

pawn Код:
YCMD:n(playerid, params[], help)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
BoxStuff[playerid] = CreateObject(1576,x,y,z,0,0,0,0.0);
    return 1;
}
the problem is the object is flying ( a short space between it & the ground) I don't know why...I wanna make it on the ground...
Reply


Messages In This Thread
Objects aren't on the ground? - by Saw® - 07.11.2013, 10:04
Re: Objects aren't on the ground? - by Hanger - 07.11.2013, 10:39

Forum Jump:


Users browsing this thread: 1 Guest(s)