Jump to content

Twist

Members
  • Posts

    9
  • Joined

  • Last visited

Details

  • Gang
    Yoloswaggergang

Twist's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Twist

    Waterlevel

    Hi guys can someone give me an example how i make a flood ?
  2. Twist

    Drift Help!

    Hi Guys i have a Drift Server and i want to add a script which gives people money if the drift good Can someone help me ?
  3. Twist

    GUI Editor

    Hey Guys! I have a question. I did a GUI with the GUI Editor tonight and ive got this code now : GUIEditor = { button = {}, window = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(0, 270, 242, 302, "FaF User Panel", false) guiSetAlpha(GUIEditor.window[1], 0.66) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF47FF00") GUIEditor.button[1] = guiCreateButton(10, 42, 74, 30, "Music", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFF0000") GUIEditor.button[2] = guiCreateButton(114, 46, 74, 26, "Nitro", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF0041FF") end ) So now is my question how do i bind the" Music" button with my command /music to open a music panel and the Same thing with "Nitro". Hope you can help me ! -Twist
  4. Twist

    Road Textures [DD]

    Ok , thats no problem but Thank you for your help
  5. Twist

    Road Textures [DD]

    So you can't help me ? I search for textures since 5 weeks... and make own textures ermmm yeah. i cant
  6. Twist

    Road Textures [DD]

    Nothing changes mate . I put this in mtaserver.conf and in editor.conf file and nothing changed in the server . i started the resource but nothing happens..
  7. Twist

    Road Textures [DD]

    Ahh I see what you mean. viewtopic.php?f=108&t=51053 Yea ok thats what i mean but how do i put them in my server ? I cant create maps. i just want these skins in my server
  8. Twist

    Road Textures [DD]

    Thanks for the fast reply. The first question is now clear but the roads didnt work. I want that the DD Maps Roads are changed not the normal streets from GTA . Normally the streets from DD maps are from wood and i want them different.
  9. Twist

    Road Textures [DD]

    Hi guys! 1. Question : I have a DD Server and i want to change the Textures of the Cheetah ( name of the Clan on the car or sth like that ) but i dont know how... Can someone help me please ? 2.Question : I want to change the skin of the roads also has someone a script or sth like that ? thank you!
×
×
  • Create New...