• 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 MagicEffect only visible to one specific player ( how? )

Guxi

Developer
Joined
Mar 17, 2012
Messages
128
Reaction score
12
Location
Croatia
How could i make doSendMagicEffect that will be visible onlye to one player.
 
what I found in luascript.cpp of 0.3.7:
"doSendMagicEffect(pos, type[, player])"

try as in example: doSendMagicEffect(effectpos, CONST_ME_TELEPORT, cid)
 
Back
Top