Jump to content

wwz

Members
  • Posts

    13
  • Joined

  • Last visited

Details

  • Gang
    groove

wwz's Achievements

Square

Square (6/54)

0

Reputation

  1. MAKE A CHANGE IN SCRIPT OF KEEPING ID OF COLUMN PLEASE ,ONLY A SUGGESTION (I USED IT AND IT WAS NICE BUT BECAUSE OF THIS ID MATTER I GOT DIFFICULTY IN SETTING ITEMS)
  2. In line 461 use "," after "}" and also in line 475 the same thing has to be done
  3. You could use this:https://forum.multitheftauto.com/viewtopic.php?f=108&t=93089&sid=87dfaa7a93799151106734ff7e332d59 This is what you want.
  4. Make your Script Client Sided if You want car to be only for specific client
  5. If you are hosting then write in webbroswer you server ip with its http port which you would found in mtaserver.conf (default is 22005) like (123.45.78.198:22005) Or if local hosted then type 127.0.01:22005 then you would asked to login, if you are admin login with your admin account after that a page appears. See in left hand corner its written Performance stats then you find in middle Target default is set as server then in categories you will find what you need.
  6. I want to sell it so what i should do for it
  7. local tab ={} local highest function rank() for i,v ipairs(getElementsByType("player")) do tab=v; end highest = tab[1]; for i,v ipairs(tab) do if(getElementData(tab,your data)> getElementData(highest,your data) then highest = tab; end end Player with highest score will be in variable highest
  8. You could do this Make a table of player then Take a global variable x Then make function in which Make a for loop for player In table and check With getelement data which player score Is great then assingn x to player At the end of loop player with highest point would be stored in x
  9. https://forum.multitheftauto.com/viewtopic.php?f=91&t=70287 see this topic and you would understand what i was saying
  10. Known as help with weapon shooting etc .(you can search in forum for false help),i have now managed to complete it so if anyone wants it can contact me on :[email protected]
  11. Yes i am interested in development Contact: [email protected] If you want me in.
×
×
  • Create New...