Animera
* * * * *
This script isn't working
i need the following thing:
example:
I do exevo gran mas vis
And there are some people on my screen
nobody get hit only the targetted player(and the mosnters)
if the target is a monster i won't hit no players
tfs 0.3.5
No errors
the problem is if i target someone it says (sorry, not possible)
and even spells it won't hit anyone
i need the following thing:
example:
I do exevo gran mas vis
And there are some people on my screen
nobody get hit only the targetted player(and the mosnters)
if the target is a monster i won't hit no players
tfs 0.3.5
No errors
the problem is if i target someone it says (sorry, not possible)
and even spells it won't hit anyone
PHP:
function onCombat(cid, target)
if isPlayer(target) == TRUE then
return TRUE
else
doPlayerSendCancel(cid, "You cannot attack players without targetting it.")
return FALSE
end
end