Jump to content

مساعدة: executeCommandHandler


Recommended Posts

Posted

السلام عليكم

سويت لوحة بسيطة ابيها تغير لي لون الليزر بأستخدام

executeCommandHandler

  
            LaserRed = guiScrollBarGetScrollPosition( RedV ) 
            LaserGreen = guiScrollBarGetScrollPosition( GreenV ) 
            LaserBlue = guiScrollBarGetScrollPosition( BlueV ) 
            executeCommandHandler( "lasercolor", tonumber(LaserRed), tonumber(LaserGreen), tonumber(LaserBlue), 255 ) 
  

استخدمتة بذي الصيغة

في الشات يطلع

Invalid colors: (0-255) usage: /lasercolor r g b a

بس ما هو كودي الفوق صحيح ؟

1433031928821.jpg

Skype : Mouamle1

Telegram : @Mouamle

Posted

اللي انا فهمته منك

executeCommandHandler انك تبي تستخدم

في تغير لون اليزر

جرب هذه

executeCommandHandler("lasercolor 255 0 0 255") 

To Contact with me by email : [email protected]

Posted
اللي انا فهمته منك

executeCommandHandler انك تبي تستخدم

في تغير لون اليزر

جرب هذه

executeCommandHandler("lasercolor 255 0 0 255") 

بس انا ابية ياخذ قيمة ال

Scrollbar

يحتاج احط

,

بعد كل ارقمنت لو ما يحتاج ؟

1433031928821.jpg

Skype : Mouamle1

Telegram : @Mouamle

Posted
LaserRed = guiScrollBarGetScrollPosition( RedV ) * 255 / 100 
LaserGreen = guiScrollBarGetScrollPosition( GreenV ) * 255 / 100 
LaserBlue = guiScrollBarGetScrollPosition( BlueV ) * 255 / 100 
executeCommandHandler( "lasercolor", tonumber(LaserRed), tonumber(LaserGreen), tonumber(LaserBlue), 255 ) 

skype : 011101000110111000110110011001010110110000110000001110010011000000111001

Posted
LaserRed = guiScrollBarGetScrollPosition( RedV ) * 255 / 100 
LaserGreen = guiScrollBarGetScrollPosition( GreenV ) * 255 / 100 
LaserBlue = guiScrollBarGetScrollPosition( BlueV ) * 255 / 100 
executeCommandHandler( "lasercolor", tonumber(LaserRed), tonumber(LaserGreen), tonumber(LaserBlue), 255 ) 

ما نجحت

المهم شكرا على المساعدة

مود الليزر فيه

export استخدمتها

يغلق

1433031928821.jpg

Skype : Mouamle1

Telegram : @Mouamle

Posted (edited)

Deleted

Edited by Guest

Skype : prince_3omar1

Sub Here : youtbe.com/ThePrInCeE

لا اله الا الله محمد رسول الله

(الَّذِينَ آمَنُواْ وَتَطْمَئِنُّ قُلُوبُهُم بِذِكْرِ اللَّهِ أَلاَ بِذِكْرِ اللَّهِ تَطْمَئِنُّ الْقُلُوبُ)

Posted

Deleted

Skype : prince_3omar1

Sub Here : youtbe.com/ThePrInCeE

لا اله الا الله محمد رسول الله

(الَّذِينَ آمَنُواْ وَتَطْمَئِنُّ قُلُوبُهُم بِذِكْرِ اللَّهِ أَلاَ بِذِكْرِ اللَّهِ تَطْمَئِنُّ الْقُلُوبُ)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...