Hey guys, I ask to you some solutions!
1 - You can place retro pvp (as it was in versions 8.40 - 8.50) for example: to attack a player that is pk you rebece CONDITION_INFIGT even if the player has attacked you first.
2 - I tried to pass this script for the version of TFS 1.2 but could not
3 - Place for spells accept comments after the name such as:
utani hur "reviews here
exevo gran mas frigo "reviews here
TFS 1.2
1 - You can place retro pvp (as it was in versions 8.40 - 8.50) for example: to attack a player that is pk you rebece CONDITION_INFIGT even if the player has attacked you first.
2 - I tried to pass this script for the version of TFS 1.2 but could not
Code:
if isPlayer(getCreatureTarget(cid))== TRUE and getCreatureTarget(cid)~= getTopCreature(variantToPosition(var)).uid then
doPlayerSendCancel(cid,"You can not shoot this directly on players.")
return FALSE
end
if isPlayer(variantToNumber(var))== TRUE then
doPlayerSendCancel(cid,"You can not shoot this directly on players.")
return FALSE
end
3 - Place for spells accept comments after the name such as:
utani hur "reviews here
exevo gran mas frigo "reviews here
TFS 1.2
Last edited: