Jump to content

The big CTRL+V topic.


Aeron

Recommended Posts

  • Replies 658
  • Created
  • Last Reply

Top Posters In This Topic

LimitGAMES:setStylesheet(StylesheetParser():parsestr([[

button {

color: #FFFFFF;

background-color: #3582FD;

cursor: pointer;

}

button:hover {

color: #FFFFFF;

background-color: #5D35FD;

cursor: pointer;

}

button:active{

color: #FFFFFF;

background-color: #FF8100;

cursor: pointer;

}

button:focus {

color: #FFFFFF;

background-color: #6E35FD;

cursor: pointer;

}

button:disabled {

background-color: #eaeaea;

color: #bebebe;

cursor: not-allowed;

}

]]))

Link to comment

local pos = getElementPosition(thePlayer)

local x,y,z = -2337.544921875, -1618.7431640625, 483.71304321289

function toxic (thePlayer)

if x,y,z == "pos" then

outputChatBox("Bạn bị nhiễm phóng xạ từ boss")

setElementData(player,"blood",-1000)

end

end

setTimer(toxic,10000,0)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...