Author Topic: The idea to create the Script of the Admin panel !  (Read 6289 times)

_TailS_

  • Newbie
  • *
  • Posts: 7
  • Karma: +2/-3
  • Who seeks shall find...
    • View Profile
The idea to create the Script of the Admin panel !
« on: August 28, 2013, 06: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

I hope you liked my idea  ;)
« Last Edit: August 28, 2013, 07:04:53 pm by _TailS_ »

NC

  • Full Member
  • ***
  • Posts: 101
  • Karma: +2/-3
  • cipa
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #1 on: August 29, 2013, 01:19:49 am »
Are you going to make it?

Website online:
My YT channel: http://www.youtube.com/user/1234sdg131

Willian_Luigi

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-2
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #2 on: September 01, 2013, 01:21:08 am »
It's not hard to do with DirectX 9 and C++, you want to do this ?

sasha19323

  • Jr. Member
  • **
  • Posts: 99
  • Karma: +25/-24
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #3 on: September 01, 2013, 11:38:36 am »
C++? Dx9? What? It can be created via Squirrel, but will topic starter do it?

NC

  • Full Member
  • ***
  • Posts: 101
  • Karma: +2/-3
  • cipa
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #4 on: September 01, 2013, 12:56:01 pm »
GTA3 doesn't support DirectX 9 functions.

Website online:
My YT channel: http://www.youtube.com/user/1234sdg131

Willian_Luigi

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-2
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #5 on: September 01, 2013, 05:48:44 pm »
GTA3 doesn't support DirectX 9 functions.
I'm talking about the SA.
« Last Edit: September 01, 2013, 05:55:00 pm by Willian_Luigi »

GuenosNoLife

  • Jr. Member
  • **
  • Posts: 77
  • Karma: +12/-14
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #6 on: September 01, 2013, 11: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 ?
Little back... Maybe not maybe yes...

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: The idea to create the Script of the Admin panel !
« Reply #7 on: September 02, 2013, 11: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.

Willian_Luigi

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-2
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #8 on: September 02, 2013, 08: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...

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience

[WS]Teddy

  • Newbie
  • *
  • Posts: 9
  • Karma: +7/-1
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #10 on: September 05, 2013, 07: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.

SugarD

  • Argonath RPG Dev/Manager
  • Tester
  • Sr. Member
  • ****
  • Posts: 820
  • Karma: +37/-75
  • STOP IN THE NAME OF THE COLESLAW!
    • View Profile
    • Clan Xperience
Re: The idea to create the Script of the Admin panel !
« Reply #11 on: September 05, 2013, 10: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.

Shadow.

  • Tester
  • Full Member
  • ****
  • Posts: 144
  • Karma: +16/-35
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #12 on: October 14, 2013, 06: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...

Thijn

  • Tester
  • Sr. Member
  • ****
  • Posts: 531
  • Karma: +27/-16
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #13 on: October 15, 2013, 03: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..

Shadow.

  • Tester
  • Full Member
  • ****
  • Posts: 144
  • Karma: +16/-35
    • View Profile
Re: The idea to create the Script of the Admin panel !
« Reply #14 on: October 15, 2013, 03:51:52 pm »
Oh well, I sent the playerlist to be sure non-racing players won't be listed, works eitherway then...

 

© Liberty Unleashed Team.