Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Why would it be "more safe"? Checking an object in ACL group is one thing, checking whether the player is in a TEAM is other.
  2. local vehicleID = 353; local trailerID = 653; addCommandHandler( "createtruck", function( player ) local nX, nY, nZ = getElementPosition( player ); local pVehicle = createVehicle( vehicleID, nX, nY, nZ ); local pTrailer = createVehicle( trailerID, nX, nY + 5, nZ ); warpPedIntoVehicle( player, pVehicle ); attachTrailerToVehicle( pTrailer, pVehicle ); end )
  3. Does image text count as an "insult word"? If yes, then you gotta take another picture if you want to correct. Well, that doesn't really matter anyway.
  4. Just something: as long as indexes are continuous ( 1, 2, 3, 4, 5, 6, ... ) you don't need to write them, they'll be added automatically.
  5. There is no "runcode commands". Runcode resource just executes Lua code, of course you won't get anything from what is wiki because first you must know Lua.
  6. I meant show pics of the real machine
  7. Hey guys, Had nothing to do here so decided to make this post for people to show off their gaming machines & respective specifications I'm not going to start this because I'm only getting my new desktop in some months.
  8. Does the "gui" prefix means anything to you in guiCreateStaticImage? To show a picture with DirectX functions, use dxDrawImage.
  9. I guess it would not work but anyway: I did just like I'd do with audio files ( not streaming ), I create a file on client with the same name and extension and copy data from the file on the server ( in this case, the DFF and TXD files ) to the client file and then I'd load these DFF/TXD files.
  10. Anderl

    DrawDistance

    Well, I never used that function but I already saw it somewhere being used for that. And no, it won't overwrite the draw distance of the client, only in the server.
  11. Anderl

    DrawDistance

    I never did such thing but these functions might help you: setFarClipDistance setFogDistance
  12. Anderl

    help anyone

    Learn the damn language and stop asking for full scripts. We won't be here forever wasting our time with kids that don't want to learn.
  13. Game Monitor hasn't been working properly from much time ago.
  14. Anderl

    Trash BINS EVERYWHERE

    Same ever happened here.
  15. I did work on something for loading DFF/TXD files without actually downloading them, but I didn't test nor I have time to do it now.
  16. Anderl

    help anyone

    Using engine functions.
  17. If you read everything people say, you'll know the answer.
  18. That isn't even close to what you said in the first post. You're the one who needs to go to school again to learn to express and EXPLAIN the things properly. You mind stopping with your childness now? People are here to help, if they don't understand your problem the ONLY thing YOU SHOULD DO is explain better.
  19. Any actual ( or some years old ) computer will be able to run GTASA maxed out. That computer can run MTA:SA with 50FPS+ unless servers have FPS limit lower than 50.
  20. What is after 5? If 6 is after 5, of course it will be run.
  21. 32 GB RAM? Jesus! Do you really think that computers for heavy programming, 3D modelling and video/image rendering use 4GB RAM?
×
×
  • Create New...