Jump to content

Chilco

Members
  • Posts

    24
  • Joined

  • Last visited

Details

  • Gang
    Grove Street

Chilco's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. Anyone that knows how to fix it?
  2. Hey all, I made a button for buying repair: function ButtonRepair() local Moneyplayer = getElementData(getLocalPlayer(), "Money") if (Moneyplayer > 3500 ) then local vehicle = getPedOccupiedVehicle(getLocalPlayer()) fixVehicle(vehicle) setElementData(getLocalPlayer(),"Money",tostring(moneyplayer-3500)) else outputChatBox( "You don't have enough money ($3500) to buy repair!", getLocalPlayer(), 0, 150, 255 ); end end addEventHandler ( "onClientGUIClick", GUIEditor_Button[1], ButtonRepair, false ) But it isn't working, can anyone help me? Thanks, -Chilco
  3. I don't understand youre example Sorry
  4. Can you give me an example? (sorry but I'm newbie in lua )
  5. Hello people, I already made a little system to collect points by playing games in (race) dd/dm. You can see the points in TAB (I created a column) Now I wanna make a top 10 of the players with the most points. I already made a GUI with 10 labels (1. [NAME] ([NUMBER POINTS] Points) 2. [NAME] ([NUMBER POINTS] Points) etc.) Now I need help, I dont know how to make it. If someone can help me, that will be great. -Chilco
  6. Nice maps! can you send me the maps?
  7. Nice maps I played them on HLS. Can you send me the maps?
  8. As the title says. In sa-mp you can do /save, but in MTA I don't know how to get the coordinates. please help -Chilco
  9. Chilco

    Admin system?

    Thanks for the Reply. -Chilco
  10. Chilco

    Admin system?

    Thanks for the Reply. -Chilco
  11. Chilco

    Admin system?

    I want a Admin System in my server. I don't know there is a standard admin system. But i want to know how to make myself admin.. and the cmds/
  12. Chilco

    Admin system?

    I want a Admin System in my server. I don't know there is a standard admin system. But i want to know how to make myself admin.. and the cmds/
  13. Chilco

    Admin system?

    How it works? can someone tell me? -chilco
×
×
  • Create New...