12p Posted January 30, 2012 Share Posted January 30, 2012 http://blogs.rpp.com.pe/masconsolas/wp- ... cepalm.jpg Link to comment
Scripting Moderators Sarrum Posted February 4, 2012 Scripting Moderators Share Posted February 4, 2012 "what? I do not understand" Link to comment
Xeno Posted February 5, 2012 Share Posted February 5, 2012 https://www.youtube.com/watch?v=DbYtqAWD ... r_embedded Link to comment
GodFather Posted February 5, 2012 Share Posted February 5, 2012 13ENGLISH ONLY OR YOU WILL BE KICKED NO EXCEPTIONS' Link to comment
Scripting Moderators Sarrum Posted May 2, 2012 Scripting Moderators Share Posted May 2, 2012 Diego_Qwerty Link to comment
CapY Posted May 2, 2012 Share Posted May 2, 2012 Display posts from previous: Sort by Post a reply 230 posts • Page 16 of 16 • 1 ... 1213141516 Return to B.L.A.S.T. Jump to: WHO IS ONLINE Users browsing this forum: CapY and 0 guests Board indexUnsubscribe topicBookmark topicThe team • Delete all board cookies • All times are UTC - 5 hours [ DST ] Link to comment
Jaysds1 Posted May 2, 2012 Share Posted May 2, 2012 setElementData(ra,"team",team) setElementData(ra,"turfName",name) Link to comment
CapY Posted May 4, 2012 Share Posted May 4, 2012 Main | My View | View Issues | Report Issue | Change Log | Roadmap | Summary | Manage | Logout Link to comment
Jaysds1 Posted May 4, 2012 Share Posted May 4, 2012 addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), Link to comment
Scripting Moderators Sarrum Posted May 4, 2012 Scripting Moderators Share Posted May 4, 2012 4:52 DJ Kuba & NE!TAN Feat. Nicco – Jump (Mandee Remix) 11.31 MB (325 kbps) Link to comment
Jaysds1 Posted May 6, 2012 Share Posted May 6, 2012 function texto() dxDrawText("Los Santos",433.0,539.0,641.0,585.0,tocolor(255,255,255,255),3.0,"default","left","top",false,false,true) end Link to comment
VintageTorrie Posted May 27, 2012 Share Posted May 27, 2012 unsigned int i; for (i = 0; i < MATRIX_X*MATRIX_Y; i++) bitmap2 = 0; unsigned int x,y; for (x = 0; x < MATRIX_X; x++) { for (y = 0; y < SAMPLES_PER_COL; y++) { Link to comment
CapY Posted May 27, 2012 Share Posted May 27, 2012 home | irc chat | community | forum | wiki | bugs | heroes | hosting Advanced search Board index ‹ Other ‹ General ‹ B.L.A.S.T. Change font size E-mail friend Print view User Control Panel (0 new messages) • View your posts FAQMembersLogout [ CapY ] The big CTRL+V topic. Moderators: Moderators, MTA team Post a reply First unread post • 243 posts • Page 17 of 17 • 1 ... 1314151617 Re: The big CTRL+V topic. by Jaysds1 on Sun May 06, 2012 7:28 pm function texto() dxDrawText("Los Santos",433.0,539.0,641.0,585.0,tocolor(255,255,255,255),3.0,"default","left","top",false,false,true) end My in-game name: Jaysds1 MY SCRIPTER PAGE(COMING SOON) Vote and win a next generation console on launch day! Jaysds1 Veteran Posts: 2538 Joined: Thu Mar 17, 2011 3:57 am Location: Mississauga,Ontario,Canada Gang: JWorld137 Top Re: The big CTRL+V topic. by VintageTorrie on Sat May 26, 2012 9:31 pm unsigned int i; for (i = 0; i < MATRIX_X*MATRIX_Y; i++) bitmap2 = 0; unsigned int x,y; for (x = 0; x < MATRIX_X; x++) { for (y = 0; y < SAMPLES_PER_COL; y++) { VintageTorrie New User Posts: 10 Joined: Sat May 26, 2012 6:55 am Top Re: The big CTRL+V topic. by Jaysds1 on Sat May 26, 2012 10:24 pm onClientPlayerWeaponFire My in-game name: Jaysds1 MY SCRIPTER PAGE(COMING SOON) Vote and win a next generation console on launch day! Jaysds1 Veteran Posts: 2538 Joined: Thu Mar 17, 2011 3:57 am Location: Mississauga,Ontario,Canada Gang: JWorld137 Top PreviousDisplay posts from previous: Sort by Post a reply 243 posts • Page 17 of 17 • 1 ... 1314151617 Return to B.L.A.S.T. Jump to: WHO IS ONLINE Users browsing this forum: CapY and 0 guests Board indexUnsubscribe topicBookmark topicThe team • Delete all board cookies • All times are UTC - 5 hours [ DST ] Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group Link to comment
Jaysds1 Posted May 27, 2012 Share Posted May 27, 2012 if getPlayerMoney( localPlayer ) >= 1000 then if getElementHealth( localPlayer ) < 100 then outputChatBox ("You bought a MedKit $1000",225,225,0) takePlayerMoney(1000)--I advise you to do it serverside triggerServerEvent ("givehealth",getLocalPlayer(),givehealth) else outputChatBox('Your Health is 100% You Cant Buy MedKit',source,255,255,0) end end Link to comment
mjau Posted May 31, 2012 Share Posted May 31, 2012 function withdrawMoney(accountName, amount) local currentMoney = executeSQLSelect("players", "bankMoney", "accName = '"..accountName.."'") local realMoney = currentMoney[1]['currentMoney'] local newMoney = realMoney - amount return executeSQLUpdate("players", "bankMoney = '"..newMoney.."'", "accName = '"..accountName.."'") end Link to comment
Jaysds1 Posted May 31, 2012 Share Posted May 31, 2012 http://www.gameservers4you.net/pricing.html Link to comment
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