Jump to content

Recommended Posts

hello guys so i'm making a admin dialog and i want to make RscCombo and i dont know how its work so basically i make RscListbox so what i want to make like the RscCombo there is a name let's say [Target List] this is the RscCombo ok i want when i click it its shows the list. haw to make it?

 

THIS IS THE RscCombo:

_index = (findDisplay 45856) displayCtrl 2500 lbAdd " Target List";

AND THIS IS THE RscListbox:

_index = (findDisplay 45856) displayCtrl 1500 lbAdd "Kick Player";
(findDisplay 45856) displayCtrl 1500 lbSetData [_index, "kick_player"];

please guys need help

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×