Other Problem/Suggestion
Problem Nr.1 guiGridListSetScrollBars
The Wiki Say's :
bool guiGridListSetScrollBars ( element guiGridlist, bool horizontalBar, bool verticalBar )
Ok i want only the verticalBar and set this :
driversList = guiCreateGridList(28,85,146,149,false,bigWindow)
guiGridListSetScrollBars ( driversList, false , true )
Test and show horizontalBar and verticalBar why?
This is image :
-------------------------------------------------------------
Suggestion Nr.1 guiSetProperty
i have this for color Botton test:
botton1 = guiCreateButton(186,28,57,12,"Push",false,bigWindow)
guiSetProperty( botton1, "NormalTextColour", "FFFA8200" )
guiSetProperty( botton1, "PushedTextColour", "FFFF0000" )
guiSetProperty( botton1, "HoverTextColour", "FFA0A0A0" )
guiSetFont(botton1,"default-small")
Ok i need the info for give the botton sound . . . .no onClientGUIClick (this is easy )
But similar "HoverTextColour"
---------------------------------------------------------------------------
Suggestion Nr.2 hasObjectPermissionTo
In This panel i set the "command.kick" (access for Admin SuperModerator and Moderator) and this is ok
My questios is : is possible now add the permission for bottons ?
Example Moderator only access push blow boom.
Call the function with triggerServerEvent ?
Tnx all for reply.