Jump to content

The big CTRL+V topic.


Aeron

Recommended Posts

  • Replies 658
  • Created
  • Last Reply

Top Posters In This Topic

Posted
[11:45:18] Ghobz: https://fbcdn-sphotos-h-a.akamaihd.net/ ... 2821_n.jpg

[11:52:56] Ghobz: ''In Amsterdam 30 degrees is like 50 degrees in saudi arabia, the heat, humidity, and the fact that the buildings arent designed for this kind of weather makes it so much worse :/''

[12:22:22] NeOx.: no.. please....

[12:22:37] NeOx.: stfu you don't even live in amsterdam

But I live close to amsterdam, 30 mins away. and 25 degrees here is like 40 in Greece. ;)

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted

[4:03:32 PM] Marciano: lmao

[4:03:34 PM] Marciano: lmao lmao

[4:03:42 PM] Leonardo: wat?

[4:03:55 PM] Marciano: everything you do, you get bugs.

[4:04:01 PM] Leonardo: WELL EXCUSE ME

[4:04:02 PM] Marciano: even in a small shitty script where it's hard to get a bug

[4:04:02 PM] Leonardo: lol

[4:04:03 PM] Marciano: you get a bug

[4:04:04 PM] Marciano: xD

  • 3 weeks later...
  • 3 weeks later...
  • 2 weeks later...
Posted

multi theft auto

"Never argue with an idiot. They bring you down to their level and beat you with experience."

"Arguing on the internet is like the Special Olympics. Even if you win, you're still retarded."

signature.gif

Posted

Mta forever

#include <iostream>

int main() {

    std::cout << "C++ is amazing <3" << std::endl;

    return 0;

}

I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please

  • 1 month later...
  • 2 months later...
Posted

Hi all

#include <iostream>

int main() {

    std::cout << "C++ is amazing <3" << std::endl;

    return 0;

}

I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please

Posted

local theVehicle = {}

local marker = createMarker( 1920.599609375, 1310.099609375,8, "cylinder", 2, 0 ,0, 255, 155)

createBlipAttachedTo(marker,10)

function vehicle(hitElement)

if (getElementType(hitElement) == "player") and not isPedInVehicle(hitElement) then

if isElement( theVehicle[hitElement] ) then destroyElement( theVehicle[hitElement] ) end

theVehicle[hitElement] = createVehicle(470, 1921.599609375, 1298.599609375, 9.3999996185303, 0, 0, 270 )

outputChatBox ( "This is a free vehicle. Spawning another one will destroy this vehicle.", hitElement, 0, 0, 255 )

warpPedIntoVehicle(hitElement, theVehicle[hitElement])

end

end

addEventHandler("onMarkerHit", marker, vehicle)

Posted

Code is for the feather skull which only came on 12 month Xbox live hold cards. Rare and hard to find.

The feather skull modifies the melee in game. To make it when you melee an enemy they are light as a feather.

My in-game name: Jaysds1

Retired CMG Scripter

World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode

Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/

 

sE5Qm.png

TiV3C.png

img.php?id=0&text=Lua%20Scripter

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