Jump to content

XxCozzaxX

Members
  • Posts

    99
  • Joined

  • Last visited

Everything posted by XxCozzaxX

  1. Can someone tell me if it is possible to make a script so you can enter and shoot out of the back of the cargobob? If so, could you point me in the right direction as to what functions to use? Regards, Cozza
  2. Okay, so here's my code: privategatesphere = createColSphere ( 1394, -2438, 14, 12 ) privateGate = createObject(16773, 1393.1313476563, -2438.46875, 16.553903579712, 16, 0, 270) function openprivateGate() if (getPlayerFromName("crwblyth" or "XxHEWESxX")) then moveObject(privateGate, 7000, 1390.3840332031, -2438.361328125, 20.691507339478) end end function closeprivateGate() if (getPlayerFromName("crwblyth" or "XxHEWESxX")) then moveObject(privateGate, 7000, 1393.1313476563, -2438.46875, 16.553903579712) end end addEventHandler ( "onColShapeHit", privategatesphere, openprivateGate ) addEventHandler ( "onColShapeLeave", privategatesphere, closeprivateGate ) This opens a gate when the colshape is hit and closes it when it is left But what happens when one person enters as the other leaves? There is a clash here, any ideas how I could code it so it would work properly? Regards, Cozza
  3. It wasn't a request. I heard that a few months back it was in development, hence I asked whether it had been completed. Perhaps this was unclear. Why are all of you MTA'ers so uptight? Relax a little. I do not know LUA and nor do I intend on learning it. Have a little respect please? All I asked for is whether one existed.
  4. Has anyone made a resource for traffic and peds all over SA? Been waiting for this for months
  5. You think i havent seen it before? I mean it would only be good if you got to see them, that could be some man putting on a voice.
  6. Yes, but like i said I have posted this on several websites and recieved these messages, this was my first creation in VB and it saves navigating to websites and opening command prompt to go on ipconfig.
  7. Try spacebar with the andromada
  8. Hmm, i fail compared to yours... make me a template?
  9. Well, here is my attempt: SO FAR! http://cozza.bhd-evosoft.com/index.html
  10. I'm trying to make my own... not the best, but im trying
  11. I'm currently making a website to go around it... then i will make it designful
  12. iplog.txt is going to be made private, it was simply a test. EDIT: Screw it iplog.txt deleted and the script that logs the ip... is gone
  13. XxCozzaxX

    My Webpages

    Ok, i have been working on some webpages in php, with help from friends. Here they are: IP Finder ( similar to whatismyip.com but simpler)(MUCH, MUCH, SIMPLER): http://cozza.bhd-evosoft.com/ip.php MTA Server querier ( is your server online? Whats the server name? How many players? Name of players? Ping of players?): http://cozza.bhd-evosoft.com/input.php Credits to: Vendetta, Evolution and Chris. Tell me what you think!
  14. and for you, screenshot: http://i42.tinypic.com/2ng4lqd.png I know about the "NOT HERE" part, but i put i disobeyed - my topic. And whats that SS for?
  15. Which admin edited my post and fiddled with the links? They are different. EDIT: Solidfiles is down.
  16. Could you please explain what you mean by "right click" in the editor's topic, not here? Offtopic: You cant do right click and copy, you have to use ctrl and c.
  17. The script seems to already have done that? Plus, how do i convert all 2000 vehicles to lua?
  18. Works fine in the resource the code is in... but for map files it doesnt work.
  19. Done... only works on the vehicles in the script i put it in
  20. https://wiki.multitheftauto.com/wiki/IsV ... Explodable https://wiki.multitheftauto.com/wiki/Set ... Explodable
  21. XxCozzaxX

    Fuel Tank

    I have seen explodable fuel tanks... but how do i make it for ALL resources/vehicles, i want it so automatically they are explodable but even map vehicles want it, how can i do this?
  22. Lua editor... but with that - i get all the non-mta functions.
×
×
  • Create New...