• 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!

Lua TFS 1.1

Frikx

Computer Science
Joined
Mar 10, 2013
Messages
128
Solutions
3
Reaction score
31
Location
Spain
GitHub
amatria
How can I send a magic effect to a determinate spot?

Code:
local pos = {x=1000, y=1000, z=7}
    pos:sendMagicEffect(13)

Or

Code:
{x=1000, y=1000, z=7}:sendMagicEffect(13)

Doesn't work.

Thanks.
 
Back
Top