Jump to content

aintaro

Members
  • Posts

    135
  • Joined

  • Last visited

Everything posted by aintaro

  1. Hello guys, I'm starting to learn some sql so... If I want to make tables and stuff with sql do I need to add modules/mta_mysql.dll? Because I made a file.db in my server and it didn't require me to load the modules. Any information on this would be helpfull, Thanks a lot!
  2. thanks man, i'm going to try that right now
  3. Hello guys, I tried to install xamp but when I doubleclick the installer nothing happens. I changed the compatibility to windows 7 because it had problems on windows 8 it said, but on windows 7 it just does nothing. Anybody else has exerpienced this problem? Or can help me out with some information? Thanks in advance, Aintaro
  4. Ok thanks for your advice, I will be moving to sql.
  5. Hello guys, I was wondering, lets say you make a housing system, every house should teleport a player to a certain place. I was thinking of making a xml file containing the coordinations and interiors of every house. It is possible for a player to change the xml data? thanks in advance, Greetz, Aintaro
  6. aintaro

    House Icon

    oh thanks, but does anybody have a clue why its a pickup and not a marker? Because markers and pickups are diffrent things. Yeah I know that, but I remember why rockstar made them pickup, because once you bought a house the pickup gets removed, as seen in this vid :
  7. aintaro

    House Icon

    oh thanks, but does anybody have a clue why its a pickup and not a marker?
  8. aintaro

    House Icon

    Hello guys, How do you create the house icon ingame? Thanks in advance, Greetz Aintaro
  9. Nice work, only thing I didn't like that much was the weapon interface, the weapon icon is not really my style, but overall goodjob
  10. Wow thats awesome! Never realized that many played mta
  11. Whats the use for the "pro" "std" and "poor" weapon skil llevels?
  12. aintaro

    [Help] Killcam

    replace your setCameraTarget ( k ) addEventHandler ( "onClientRender", root, killcam ) by this setTimer ( function ( ) setCameraTarget ( k ) addEventHandler ( "onClientRender", root, killcam ) end ,5000, 1 )
  13. Hey man, This is how you should do it : local notificationX = (1365 / 1600) * screenWidth -- this will basicly take the position and divide it by your screen resolution your testing on and then multiply it by the screenWidth of the user
  14. Thanks for the information!
  15. thanks man, does setgamespeed effects all players or only the client?
  16. aintaro

    Scoreboard

    on the scrolling event you should add something like this : if scrolling down : local maxPlayers = 50 for i = 0, maxPlayers, 1 do -- might have to make i = 0, not sure (should test it out) renderData.players[i] = renderData.players[i + 1] -- this makes the text in players 1 go to player 2 and so on... end renderData.players[maxPlayers] = "player"..maxPlayers --last slot will be empty so filll it with the new player
  17. Hello guys, Is it possible to make the running speed of certain players faster than others? Thanks in advance, Aintaro
  18. aintaro

    New Event?

    oh thanks mate, didn't see that
  19. aintaro

    New Event?

    Hello guys, I was wondering if there is a client or server sided event that can check when a player dies when falling from a big distance? Thanks in advance, Aintaro
  20. Thanks for the free code Castillo
  21. hello guys, I was wondering how can you make a ped unkillable? thanks in advance, Aintaro
  22. Why does the client sided setvehicle color exist when it has no use?
  23. Yeah thats a way of doing it, I just though cliënt sided would be so much more efficiënt
×
×
  • Create New...