How can i do this
#1

How can i get what Z the ground is for that area then plant a light below that Z aka below the ground?
Reply
#2

Can't you just go into samp debug, get the co ords then minus 1 or 2 from the Z?
Reply
#3

I think you can do it with the MapAndreas plugin
Reply
#4

Quote:
Originally Posted by Conroy
Can't you just go into samp debug, get the co ords then minus 1 or 2 from the Z?
No because its for wherever the player is standing
Reply
#5

pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreateObject(..., Z-1); //or Z-2, just see what works best
Reply
#6

Try the MapAndreas plugin.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)