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

Send efekt from kiled monster to player

Status
Not open for further replies.

xavierek

New Member
Joined
Apr 11, 2009
Messages
209
Reaction score
0
Hello.
I wonder how to find out what coordinates that the monster is killed after the death of the monster from his corpse to the player to send us

local player = getPlayerPosition(cid)
doSendDistanceShoot(deathmonster, player, CONST_ANI_SMALLHOLY)

or someone may be happy to help give rep + +

i use tfs 0.3.5

nvm i done it ;) i some one need :)

PHP:
local deathmonste = getCreaturePosition(target)
local player = getPlayerPosition(cid)
doSendDistanceShoot(deathmonster, player, CONST_ANI_SMALLHOLY)
 
Moved to requests&support.

Please post in this subforum if you need help with script or are requesting a script.

Grats for figuring it out by yourself :)
 
Status
Not open for further replies.

Similar threads

Back
Top