• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

fast help in loop lol

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
I donno i am too tired and i dono what is this missing ..

LUA:
	local p = getThingPos(itemEx.uid)
				
				for g = p.x-2, p.x-2 do
					for s = p.y-2, p.y+2 do
						local poss = {x=g,x=s,z=7}
						
							doSendMagicEffect(poss,5)
 
Omg have been like hours searching for this error lol

Code:
local poss = {x=g,[COLOR="black"][B]x[/B][/COLOR]=s,z=7}

NUb nub nub i am
 
Back
Top