Jump to content

Skin


Anyelberth

Recommended Posts

Siiii, Pence En Algo Como Esto

  
function New(player) 
   if getElementData(player, "humanity") then 
   if current == 179 or current == 287 then 
   setElementModel(player, 2) 
             end 
               end  
                 end 

Pero No Supe Donde Colocar Para Que de el skin a los 200 de humanity

Link to comment

en ese script no defines current.

Intenta asi

function checkHumanity() 
cHum = getElementData(source,"humanity") 
if cHum <= "200" then 
setElementModel(source,210) 
end 
end 
addEventHandler("onPlayerDamage",getRootElement(),checkHumanity) 

aunque con eso por gada golpe bajo 200 te seteara el skin, nose si lagee o algo. de todos modos modificalo y moldealo

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...