Jump to content

The big CTRL+V topic.


Aeron

Recommended Posts

  • Replies 658
  • Created
  • Last Reply

Top Posters In This Topic

[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. ;)

Link to comment

[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

Link to comment
  • 3 weeks later...
  • 3 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...

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)

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