xeon17 Posted March 27, 2015 Posted March 27, 2015 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; } ]]))
TheSmart Posted March 27, 2015 Posted March 27, 2015 you forget something ------ Type : The type of source code: "client" or "server"
WhoAmI Posted March 27, 2015 Posted March 27, 2015 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)
Anubhav Posted March 28, 2015 Posted March 28, 2015 https://www.virustotal.com/en/file/d846 ... 427500520/
Anubhav Posted March 28, 2015 Posted March 28, 2015 outputChatBox( "[sTORE] You are robbing this store, stay inside for sometime!", 255, 0, 0 )
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now