Jump to content

The big CTRL+V topic.


Aeron

Recommended Posts

  • Replies 658
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...

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
  • 3 weeks later...

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

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

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

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...