Jump to content

moF

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by moF

  1. moF

    رد

    addCommandHandler("Health", function(playerSource,commandName,id) if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(playerSource)), aclGetGroup ("Health")) then if(id) then local playerID = tonumber(id) if(playerID) then local targetPlayer, targetPlayerName = getPlayerID(playerID) if targetPlayer then setElementHealth ( targetPlayer, 100 ) else end end end end end ) كود صحيح ؟؟
×
×
  • Create New...