Objects aren't on the ground? - 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)
+--- Thread: Objects aren't on the ground? (
/showthread.php?tid=474267)
Objects aren't on the ground? -
Saw® - 07.11.2013
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...
Re: Objects aren't on the ground? -
Hanger - 07.11.2013
Z pos is always -1.0000 of the player pos.. or -0.9Something..