i wanna make it so that i can change 2 sets of numbers i got it to work with my easy click but i cant get it to work here can any one help?
CASE "!ver":
IF( UserInGroup( "beta",$userName ) == 1 )
THEN
openPrivButton( "ver",35,28,125,10,5,-1,0,"^6Lapper Version Information" );
openPrivButton( "ver2"35,38,125,6,5,-1,32,"^2this server is running ^0[^4S^0C] ^7Lapper version " . $VNB . $VSB
. "&^2made by ^0[^4S^0C] ^7T3ChaRmy"
. "&^2Score Board made by ^7[TT^1R^7] Ken Nomura"
. "&^2based off of ^6Gai-Luron's ^2LFSlapper"
. "&Click To Close!",MA_closever );
ELSE
openPrivButton( "ver",35,28,125,10,5,-1,0,"^6Lapper Version Information" );
openPrivButton( "ver2"35,38,125,6,5,-1,32,"^2this server is running ^0[^4S^0C] ^7Lapper version " . $VN . $VS
. "&^2made by ^0[^4S^0C] ^7T3ChaRmy"
. "&^2Score Board made by ^7[TT^1R^7] Ken Nomura"
. "&^2based off of ^6Gai-Luron's ^2LFSlapper"
. "&Click To Close!",MA_closever );
ENDIF
sure ill add one or 2 im just having a small bug atm
i have the color thing as 32 but its not dark there there the same color as 16 any one got an idea?
HERE IS MY COde for my help button on my easy click
well i know HP atm when u buy a NEW pc u get windows 7 but all windows 7 is is windows vista WITHOUT all the junk which means quicker boot times and bet er gaming experiance i am gonna get it asap when it comes out i think that this will run nicely on most pc's
ok yes u do !help and u click the help wendow like u would the ok or close button
the point of easy click is so that when ur driving ,drifting,racing u can look up stuff with out haveing to type it out if u wanna have a look at mine let me know ill let u be a beta tester and u can see what all the point of it is =)
i mean i have certain things that are under develop ment that i would not like people to see untill there finalized that and i fixed it as i said can u please help me with my easy click?
i will plan on releasing my easy click soon as i know its what i think is good enough and it works
nvm fixed it but now my problem with easy click ... i have a version info button and this is the end part it opens the first part wich is lapper version information but it dont open the reset
Sub MA_ver( $KeyFlags,$id )
IF( UserInGroup( "beta",$userName ) == 1 )
THEN
openPrivButton( "ver",35,28,125,10,5,-1,0,"^6Lapper Version Information" );
openPrivButton( "ver2"35,38,125,6,5,-1,32,"^2this server is running ^0[^4S^0C] ^7Lapper version 7.00 ^3Alpha"
. "&^2made by ^0[^4S^0C] ^7T3ChaRmy"
. "&^2Score Board made by ^7[TT^1R^7] Ken Nomura"
. "&^2based off of ^6Gai-Luron's ^2LFSlapper"
. "&Click To Close!",MA_closever );
ELSE
openPrivButton( "ver",35,28,125,10,5,-1,0,"^6Lapper Version Information" );
openPrivButton( "ver2"35,38,125,6,5,-1,32,"^2this server is running ^0[^4S^0C] ^7Lapper version 6.50 ^2Stable"
. "&^2made by ^0[^4S^0C] ^7T3ChaRmy"
. "&^2Score Board made by ^7[TT^1R^7] Ken Nomura"
. "&^2based off of ^6Gai-Luron's ^2LFSlapper"
. "&Click To Close!",MA_closever );
ENDIF
EndSub