Jump to content

Solaric

Members
  • Posts

    11
  • Joined

  • Last visited

Details

  • Gang
    Sun Street

Solaric's Achievements

Square

Square (6/54)

0

Reputation

  1. Tab more opaque than image
  2. function clickVehicleTab () vehicleTab = guiCreateStaticImage(0.825, 0.6122, 0.14, 0.07 "images/EmptyButton.png", gFactionWindow) addEventHandler ("onClientGUIClick", vehicleTab, tabVehicles, false) end function openVehicleTab(button, state) if (button=="left") and (state=="up") and (source==vehicleTab) then tabVehicles = guiCreateWindow(0, 0.04, 1, 1, "Vehicles", true) end end Its breaking the system.
  3. It works! But tabPanel is on top.
  4. Im trying to add image to tab panel and tabs.. How can I add it. (I only can use guiCreateStaticImage with png file) Thanks!
  5. I have a project at Roleplay. But Im not good at scripting, makin guis, editing scripts. I need a scripter for my project but I haven't money right now. If anyone can help me, please contact me on Skype : live:emrah_butuk01 Facebook : www.facebook.com/oshiyume
  6. Im trying to work an animation with toggleControl. But If I run animation, toggleControl is not working. If I run toggleControl, Animation is not working. Im trying to set "0" to "-1" : player is not moving. In "0", player is moving bot jump and other Controls not blocking. setPedAnimation( player, "******", "*****", 0, false, true, false) toggleControl(player, "fire", false) toggleControl(player, "sprint", false) toggleControl(player, "jump", false) toggleControl(player, "next_weapon", false) toggleControl(player, "previous_weapon", false) toggleControl(player, "accelerate", false) toggleControl(player, "brake_reverse", false) toggleControl(player, "aim_weapon", false) Thanks for help !
  7. I can give my skype adress for giving resources.
  8. I wan't to block advertisements in my Roleplay server. Script must be block them : 1. /pm binds 2. /b binds 3. /say binds Thanks for help !
  9. I need some help for my Roleplay server Im using Valhalla Roleplay scripts. I can't make login panel. Login panel works with website. It says "If you wish to register, use website" Please help me.
×
×
  • Create New...