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


PHP:
local deathmonste = getCreaturePosition(target)
local player = getPlayerPosition(cid)
doSendDistanceShoot(deathmonster, player, CONST_ANI_SMALLHOLY)