Jump to content

sankalp21

Members
  • Posts

    26
  • Joined

  • Last visited

Details

  • Gang
    i will do nothing

sankalp21's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. NOt working ... when i get in vehicle and go to the marker the GUI comes when i click on repair nothing happens only thing happens in GUI closes
  2. Before starting i need one help ... what is Client and What is server ? i saw in many scripts there are clients and server
  3. I have created a GUI code code is -> GUIEditor = { button = {}, window = {}, label = {}, memo = {} } GUIEditor.window[1] = guiCreateWindow(122, 97, 583, 368, "Pay N Spray", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.memo[1] = guiCreateMemo(38, 28, 516, 222, "Cost :- Minimum :-10$\n Maximum :- 20000$\n\nINFORMATION :- \n1. If your car is broken you can repair it here . You cant change the color of the car for that go to upgrade shop.\n2. You will need to pay money to repair your car.\n3. If damage in your car is more the cost will be more .\n4. Cost of repair depends upon the type of Vehicle you have.", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(359, 270, 195, 46, "Repair", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(48, 273, 143, 43, "Cancel", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(445, 344, 128, 24, "Designed by sankalp21", false, GUIEditor.window[1]) Now what help is needed 1.) i want this GUI to come when i hit the marker on coordinates XYZ 2.) when GUIEditor.button[1] is pressed it fixes the car and reduces the money of player as per percentage of damage of car. 3.) (IF possible) if the vehicle is low rider car than the cost of repair will be less ... if it is helicopter then the cost will be more if it is sports car than repair cost will be high ....... like this
  4. how to delete the whole topic now i am installing skype we will chat there !
  5. Sure .... Installing skype ... i used it long years back
  6. ok bye going to test if the skin changing script worked .
  7. ok ... but i dont have web cam nor mic but i can manage to get 1 mic
  8. Once i get router and port forward it my server will be online till then its local ... and i cant affort to get it hosted by those companies
  9. Now i can create close button .. i understood how to make it ! and even i can change the skin
  10. ok thanks i will try it later one more question ... Will you please become one admin my server ?
  11. One more thing in every gui we made there close button missing how to enable it ?
×
×
  • Create New...