Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. No, you don't need. You can do this: if( ( condition ) and ( condition ) or ( condition ) ) then -- if ( condition ) then -- if ( condition ) and ( condition ) then
  2. Go learn and make something original
  3. Anderl

    Arenas

    Oh my god, again? STOP TRYING TO COPY THE DAMN FFS. LEARN AND MAKE YOUR OWN ORIGINAL THINGS.
  4. spawnPlayer warpPedIntoVehicle
  5. Anderl

    Animations

    could you give me an example? because never used things might take long time to learn for me I've never been in such situations but I think it's this: addEventHandler( "onClientElementStreamIn", root, function() setPedAnimation( ped1, "STRIP", "PLY_CASH" ); end ) Client-side code, btw.
  6. 1.Never heard for you 2.Bad English for Hosting Team 3.Not trustable you not heard that because this is new company if my english is bad because i don't need english language so much i am here for the work not for english lesson okay You can't even figure out why are you receiving a "302: Moved temporarely" error.
  7. Anderl

    close this topic

    Exactly, and that guy doesn't even know how to talk english properly. Just looking at "delux-host.net" shows how professional this "company" is.
  8. You might want it to make whole scripts for you too, maybe?
  9. Anderl

    plzhelp

    Wrong. local marker = createMarker( 1355.4749755859, 251.35711669922, 19.5546875, "corona", 2, 0, 255, 0 ); addEventHandler( "onClientMarkerHit", marker, function( ele ) if ( getElementType( ele ) == 'player' and ele == localPlayer then local vehicle = getPedOccupiedVehicle( ele ); if ( vehicle ) then setElementModel( vehicle, math.random( 217, 499 ) ); end end end ) Wrong. local marker = createMarker( 1355.4749755859, 251.35711669922, 19.5546875, "corona", 2, 0, 255, 0 ); addEventHandler( "onClientMarkerHit", marker, function( ele ) if ( getElementType( ele ) == 'player' and ele == localPlayer ) then local vehicle = getPedOccupiedVehicle( ele ); if ( vehicle ) then setElementModel( vehicle, math.random( 400, 611 ) ); end end end ) I just fixed the code you posted, I didn't change anything that the OP wanted to change later. Forgot to put '(', though.
  10. Anderl

    Scripting

    Lolz, exactly! just a question, why we understood it while you didn't? Cause you're reading it without using your brian You can't read without using your brain Ahah, you understood him wrong.
  11. Anderl

    clothes

    I'm pretty sure you can do that with shaders.
  12. Anderl

    plzhelp

    Wrong. local marker = createMarker( 1355.4749755859, 251.35711669922, 19.5546875, "corona", 2, 0, 255, 0 ); addEventHandler( "onClientMarkerHit", marker, function( ele ) if ( getElementType( ele ) == 'player' and ele == localPlayer then local vehicle = getPedOccupiedVehicle( ele ); if ( vehicle ) then setElementModel( vehicle, math.random( 217, 499 ) ); end end end )
  13. ":folder/file.ext" --must be a folder inside "resources" folder
  14. Anderl

    [Help]Script

    Almost.. He's 10 years old [s.K.], if you can't understand programming, just leave that alone. That turf script must be optimized and you just can't do it, nor anyone will do it for you. Learn, or if you don't learn, as I said, leave that alone.
  15. Anderl

    Scripting

    If you're new in lua scripting , read some basics Scripting Introduction https://wiki.multitheftauto.com/wiki/Scr ... troduction Lua tutorials, manuals viewtopic.php?f=148&t=40809&p=414056&hilit=+tutorial#p414056 He's too lazy to learn, he said he could not understand anything lol
  16. You said you lagged, you didn't say anything more. I thought that you meant bad FPS for 'lag'. Btw, try installing some patch.
  17. It's impossible that you lag in GTA IV with such configuration, you must be using Intel HD instead of the Radeon HD 7970.
  18. No, I meant if you had an offboard graphics card, you could use it for Windows Experience Index instead of the Intel HD for better rating. Ah you mean changing videocard, but like i said: I've got a laptop, so no slot for offboard graphics card But I installed my old videocard drivers because new ones were laggy now windows experience index: for windows aero: 4.2 Gaming Graphics now:5,1 FPS improvent in laggy places: 5fps Not bad. Btw, laptops have space for offboard graphics card ( some, like Alienware, Clevo and some custom ).
  19. No, I meant if you had an offboard graphics card, you could use it for Windows Experience Index instead of the Intel HD for better rating.
  20. Its built into motherboard Intel HD Graphics. Intel HD is integrated in the CPU, it's not built into the mobo.
  21. Small tip: Fix a writing error, 'SHH' should be 'SSH' where you say you sell virtual private servers.
×
×
  • Create New...