Liberty Unleashed

Scripting => Scripting Discussion => Topic started by: _TailS_ on August 28, 2013, 05:52:50 pm

Title: The idea to create the Script of the Admin panel !
Post by: _TailS_ on August 28, 2013, 05:52:50 pm
I have an idea ladies and gentlemen create a script admin panel, I think it would be a good addition to the VBS !  ;D
Screenshot from the MTA:SA
(http://cs416221.vk.me/v416221382/7100/5iCkmxd8F50.jpg)
I hope you liked my idea  ;)
Title: Re: The idea to create the Script of the Admin panel !
Post by: NC on August 29, 2013, 12:19:49 am
Are you going to make it?
Title: Re: The idea to create the Script of the Admin panel !
Post by: Willian_Luigi on September 01, 2013, 12:21:08 am
It's not hard to do with DirectX 9 and C++, you want to do this ?
Title: Re: The idea to create the Script of the Admin panel !
Post by: sasha19323 on September 01, 2013, 10:38:36 am
C++? Dx9? What? It can be created via Squirrel, but will topic starter do it?
Title: Re: The idea to create the Script of the Admin panel !
Post by: NC on September 01, 2013, 11:56:01 am
GTA3 doesn't support DirectX 9 functions.
Title: Re: The idea to create the Script of the Admin panel !
Post by: Willian_Luigi on September 01, 2013, 04:48:44 pm
GTA3 doesn't support DirectX 9 functions.
I'm talking about the SA.
Title: Re: The idea to create the Script of the Admin panel !
Post by: GuenosNoLife on September 01, 2013, 10:34:51 pm
GTA3 doesn't support DirectX 9 functions.
GTA3 support DirectX 8.1

I don't know it's possible make this like DX9 ?
Title: Re: The idea to create the Script of the Admin panel !
Post by: SugarD on September 02, 2013, 10:48:11 am
I actually had this idea awhile back for LU already, but it is a good one. :)

@The development discussion: It can be done using LU's scripted GUI system.
Title: Re: The idea to create the Script of the Admin panel !
Post by: Willian_Luigi on September 02, 2013, 07:39:58 pm
@The development discussion: It can be done using LU's scripted GUI system.

Cool, but you can change the visual, etc... ?

I'm new here...
Title: Re: The idea to create the Script of the Admin panel !
Post by: SugarD on September 03, 2013, 09:32:04 am
http://liberty-unleashed.co.uk/LUWiki/Squirrel/Client/Functions#GUI_Functions (http://liberty-unleashed.co.uk/LUWiki/Squirrel/Client/Functions#GUI_Functions)

It's a possibility. :)
Title: Re: The idea to create the Script of the Admin panel !
Post by: [WS]Teddy on September 05, 2013, 06:26:00 pm
The idea is great, possible and handy however from what I've noticed and speaking with others about this idea, the problem is admins are suppose to be reactive rather than having to use the command to open the panel, select the player and select kick.. it is often found faster to just use /kick. I guess it really comes down to your own preferences as an admin.

I've experimented with this before just never really got far, it would definitely take some work and time to accomplish but very possible. If your new, try starting small like just the players list, kicking/ban as your goal, working in chunks with smaller goals will help progress rather than stressing over the whole idea. At least from what I've experienced.
Title: Re: The idea to create the Script of the Admin panel !
Post by: SugarD on September 05, 2013, 09:38:02 pm
The idea is great, possible and handy however from what I've noticed and speaking with others about this idea, the problem is admins are suppose to be reactive rather than having to use the command to open the panel, select the player and select kick.. it is often found faster to just use /kick. I guess it really comes down to your own preferences as an admin.

I've experimented with this before just never really got far, it would definitely take some work and time to accomplish but very possible. If your new, try starting small like just the players list, kicking/ban as your goal, working in chunks with smaller goals will help progress rather than stressing over the whole idea. At least from what I've experienced.
My personal idea for it with Argo was to use it and still keep the commands available. That way quick access was still available to those who remembered the old information, whereas new or GUI-friendly people could easily pick up the job.
Title: Re: The idea to create the Script of the Admin panel !
Post by: Shadow. on October 14, 2013, 05:02:48 pm
all you need is to provide the player with all the names passing an array or so from the server then get what you need and draw it, simillar to my scoreboard...
Title: Re: The idea to create the Script of the Admin panel !
Post by: Thijn on October 15, 2013, 02:15:57 pm
all you need is to provide the player with all the names passing an array or so from the server then get what you need and draw it, simillar to my scoreboard...
You can just use FindPlayer on client side. No need to send names over..
Title: Re: The idea to create the Script of the Admin panel !
Post by: Shadow. on October 15, 2013, 02:51:52 pm
Oh well, I sent the playerlist to be sure non-racing players won't be listed, works eitherway then...