Jump to content

Programie

Members
  • Posts

    4
  • Joined

  • Last visited

About Programie

  • Birthday 19/04/1991

Details

  • Gang
    GRG
  • Location
    Germany

Programie's Achievements

Vic

Vic (3/54)

0

Reputation

  1. That is one thing why I switched to MTA:SA. I just saw the list of functions...
  2. OK, I'm now writing a (complex) MySQL based permission system. It's possible to have groups which contain groups. And this group contain another group or a user/player. And I can assign permissions to players and groups.
  3. That is the normal ACL which uses the acl.xml. But I want to use the MySQL database.
  4. Hi, I'm currently moving from SA-MP to MTA. So I'm new to MTA. In SA-MP I had a MySQL database for the player accounts, permissions, bought vehicles, etc... And I want to do the same in MTA. I already have a table for the player accounts and a working Login/Register system. Now the next step: The permissions. I want to give permissions like "Admin" (General stuff like restarting the server), "Moderator" (kick, ban, ...) or "Teleport" (Teleport to other players, ...) to some players. I know I can do that using the acl.xml But I want to store it in the database. My first thinking was adding a check in each command a player can execute which checks the permissions. Is that the right way or is there a better solution? The next thinking was: I also have to check the permissions if a player is able to use a client side script to do some things like teleporting using a map. If the player selects the target on the map, the permission should be checked on the server again (Because every event called by the client script is bad ). I hope someone knows what I mean.
×
×
  • Create New...