Jump to content

Mate_

Members
  • Posts

    62
  • Joined

  • Last visited

Posts posted by Mate_

  1. One global timer on server side, on every secound is not a " lots of timers", rest of timers are temporary, of short execution time and with a small number of repetitions ( mostly only once ), which do not occur at the same time, to the vast majority of client side. So if you do not have adequate knowledge don't talk nonsenses :D

  2. Stop server, open acl.xml and add new acl grup:

    <acl name="aspect"> 
     <right name="general.ModifyOtherObjects" access="true"></right> 
     <right name="function.startResource" access="true"></right> 
     <right name="function.stopResource" access="true"></right> 
     <right name="function.callRemote" access="true"></right> 
     <right name="function.setPlayerMuted" access="true"></right> 
     <right name="function.kickPlayer" access="true"></right> 
     <right name="function.banPlayer" access="true"></right> 
     <right name="function.setServerConfigSetting" access="true"></right> 
     <right name="function.getClientIP" access="true"></right> 
     </acl> 
      
    

    and later add aspect to this group:

    <group name="aspect"> 
     <acl name="aspect"></acl> 
     <object name="resource.aspect"></object> 
    </group> 
    

  3. Logo.png

    Description

    A/D Aspect it's a Attack/Defend type of game mode, was created for professional clan matches with attention to clean game and playinign with rules.

    It's based on BaseMode ( my previous project ), but with coincidence of time almost completely been changed to other gamemode, in comparison with basemode source code differs in more than 90%.

    It is very well optimized and programmed for the latest versions of the Multi Theft Auto.

    Features

    * expanded configuration panel,

    * restore feature ( with saving position, weapons, vehicles, health etc ) available as /restore command ( only in match mode ),

    * global ban list

    * detection modified files in gta3.img ( with the exception of weapons textures and weapons models resembling in size to original models ),

    * kicks for ping, fps and packet loss abousing,

    * info box with important information,

    * match feature ( uniform settings of weapons and vehicles, addition features available only in this mode) available as /startmatch [base/tdm] [rouds] command,

    * client panel ( with client settings and key binds ),

    * globally client statistics saved on clients disk,

    * auto pause feature ( auto pause when player got time out durring match ) available in match mode,

    * map viewer available as /view command,

    * vote for maps available as /vote [base/arena] command.

    * preview of commands usage of players visible on chat ( only in match mode),

    * preview of started resources visible on chat ( only in match mode),

    * detection of fake times outs ( only in match mode),

    * expanded teams, weapons, vehiles, and spawns selectors,

    * expanded spectator,

    * anti helli-kill and car kill available as settings in configuration panel,

    * built-in scripts 'reload' and 'injury',

    * possibility to do screenshot from game to each player on server available as /screen command,

    * report system for reporting issues available as /report

    * call help system default available as H key,

    * and many more minor features,

    Command list

    /pm [id] - private message

    /arena [id] - for starting arenas

    /base [id] - for starting bases

    /end - for ending the round

    /add [id] - for adding the player to round

    /resetscore - restart all players and teams score

    /gunmenu [id] - for giving the gunmenu for the player

    /remove [id] - for removing the player from the round

    /screen id quaility(0-100) [taq] [width] [height] - for doing screenshot for the player

    /vote [base/arena] [id/ids] - for start the voting

    /car [id] - for get the vehicle in main lobby

    /clean - for restart the rounds history

    /pause - for pausing/repausing the round

    /swap - for change the teams sides

    /tp [id1] [id2] - for teleport the player1 to the player2

    /heal [id] - for heal the player

    /healall - for heal all players

    /startmatch [base/tdm] [rounds] - for starting the match

    /endmatch - for ending the match

    /gun - re weapon select

    /rsp - for re-sync

    /view - for viewing the maps

    [edit]

    Default binds

    F1 - configuration panel

    F3 - client panel

    F4 - re-select team

    H - call help

    R - Realod the weapon

    Access ( add in acl.xml )

    To run

    *update server and client to 1.3

    *make sure the resource has access to the functions listed above

    Gallery

    mtascreen20120201225103.th.png mtascreen20120201224211.th.png mtascreen20120201224158.th.png mtascreen20120201224147.th.png

    mtascreen20120201224044.th.png mtascreen20111202082219.th.png mtascreen20111202082235.th.png mtascreen20111206114827.th.png

    mtascreen20120201223308.th.png mtascreen20120115231656.th.png mtascreen20111130202330.th.jpg

    33953192.th.png 96436052.th.png

    FAQ about source code:

    Q: Why you relase the source code?

    A: I finished work on the project, ( although gamemode it is not finished )

    Q: Why sometimes the code is unreadable?

    A: Because some parts of code are really old: D And I did not improve this before the relase.

    Q: Why almost there is no comment?

    A: The project was never intended to be open source ( in the assumption ). For me that was no problem. I versed in this without problems.

    Q: You could do ...

    A: I know, but project is discontinued, and I will not do anything.

    Download

    http://code.google.com/p/ad-aspect/downloads/list

    Source

    http://code.google.com/p/ad-aspect/sour ... n%2Faspect

    Detailed description + RULES: https://wiki.multitheftauto.com/wiki/Resource:Aspect

  4. and the fact that you removed lil_Toady's edit proves that all the things that you denied has some truth behind it.

    But what? I didn't do this...

    Go to first post...And how you can see "Acces" - this was added by lil_Today

  5. I don't have any power, this black list was created for players request and it's blank and probably will be allways blank, additionally this uses kickPlayer and cancelEvent, so this can't ban you on your own server, just you'll get a kick, when the resource will be stopped you will be "unbanned".

    So people who will use this gamemode, exactly know about everything, and how I said I'm not gonna ban anyone...

    If you have a problem with this, just don't use this gamemode, your hating just makes me laugh...

    What's your problem, you're jealous or what? I really dont know it and i don't care, thats your buisness...

    For people who are interested in: 1.0.1 will be relased in a few hours or tomorrow.

    scaled.php?server=809&filename=hatersgonnahate7.jpg&res=medium

  6. addEventHandler("onPlayerModInfo", root, function(_,_) kickPlayer(source) end)? Never mind, it seems Mate_ is the greatest scripter who has ever lived. Let us all bow down to his holiness and hope that one day he will grace us with his source code.

    * detection modified files in gta3.img ( with the exception of weapons textures and weapons models resembling in size to original models ),

    From My Server(Log File)

    BaseMode resource named in my server (BaseMode1)

    (Note: Admin does not have right to 'debugscript' and 'shutdown' in my server)

    [2012-01-03 12:26:06] CONNECT: [Ne]#3f3f3fMrX connected (IP: 93.201.124.159 Serial: 1F505EAF92EE3BD418A775E22E43F243 Version: 1.2.0-9.03640.0)

    [2012-01-03 12:26:06] JOIN: [Ne]#3f3f3fMrX joined the game (IP: 93.201.124.159)

    [2012-01-03 12:29:27] ADMIN: [Ne]#3f3f3fMrX registered account 'MrX' (IP: 93.201.124.159 Serial: 1F505EAF92EE3BD418A775E22E43F243)

    [2012-01-03 12:33:47] ACL: BaseMode1: Object 'user.MrX' added to group 'Admin'

    [2012-01-03 12:33:50] LOGIN: (Admin, Everyone) [Ne]#3f3f3fMrX successfully logged in as 'MrX' (IP: 93.201.124.159 Serial: 1F505EAF92EE3BD418A775E22E43F243)

    [2012-01-03 12:33:50] DENIED: Denied '[Ne]#3f3f3fMrX' access to command 'debugscript'

    [2012-01-03 13:23:56] ADMIN: [Ne]#3f3f3fMrX registered account 'YourSecurityFails' (IP: 93.201.124.159 Serial: 1F505EAF92EE3BD418A775E22E43F243)

    [2012-01-03 13:24:03] ACL: BaseMode1: Object 'user.YourSecurityFails' added to group 'Admin''

    [2012-01-03 13:24:08] LOGIN: (Admin, Everyone) [Ne]#3f3f3fMrX successfully logged in as 'YourSecurityFails' (IP: 93.201.124.159 Serial: 1F505EAF92EE3BD418A775E22E43F243)

    [2012-01-03 13:27:22] DENIED: Denied '[Ne]#3f3f3fMrX' access to command 'shutdown'

    [2012-01-03 13:27:32] DENIED: Denied '[Ne]#3f3f3fMrX' access to command 'debugscript'

    [2012-01-03 13:27:41] ACL: BaseMode1: Object 'user.YourSecurityFails' added to group 'Console'

    [2012-01-03 13:27:44] SCRIPT: [Ne]#3f3f3fMrX(YourSecurityFails) set his script debug mode to 3

    [2012-01-03 13:28:26] restart: Requested by [Ne]#3f3f3fMrX(YourSecurityFails)

    [2012-01-03 13:28:26] Stopping admin

    [2012-01-03 13:28:26] Starting admin

    [2012-01-03 13:28:27] admin restarted successfully

    [2012-01-03 13:35:18] SHUTDOWN: Got shutdown command from [Ne]#3f3f3fMrX(YourSecurityFails) (No reason specified)

    Fake and gay. :wink:

  7. I saw this topic, and when I read it make my day :D

    Did you know that Mate_ wants to add a remote admin panel to A/D Aspect (new BaseMode), which won't be an official feature, but will allow him to control other servers? It's a rumor, but it will be dangerous if he would do it. In fact, we don't know what's inside BaseMode. We can't modify it, and decompiling is almost impossible. Additionally, he plans to ban some people/clans in A/D Aspect. That's called author's abuse.

    Hahaha, also in version 1.1 i will be able to control of yours minds by lua :D

  8. lol? I don't collect any informations!

    And bans lol? No one has been banned.

    if you make something for community, you need to trust it, and try not making it a dictature.
    you're loosing alot of customers by this.

    "was created for professional clan matches with attention to clean game and playinign with rules."

    This is not a normal gamemode for all kind of players, this is for a small group of players...

    And basemode also was "compiled" and there was no problem with this, so I don't understand...

    If you don't want, don't use, your problem...

  9. 1. Which version of the server? This works only with 1.3.

    2. Do you have gamemode in zip ? ( Aspect.zip ? ) If yes, try your luck and unpack the as folder named "Aspect".

    Probably this doesn't help to you, tommorow i will relase hotfix for this.

    RESOURCE WILL BE AVAILABLE TOMORROW! :lol:

  10. Logo.png

    Description

    A/D Aspect it's a Attack/Defend type of game mode, was created for professional clan matches with attention to clean game and playinign with rules.

    It's based on BaseMode ( my previous project ), but with coincidence of time almost completely been changed to other gamemode, in comparison with basemode source code differs in more than 90%.

    It is very well optimized and programmed for the latest versions of the Multi Theft Auto.

    Features

    expanded configuration panel,

    estore feature ( with saving position, weapons, vehicles, health etc ) available as /restore command ( only in match mode ),

    * global ban list

    * detection modified files in gta3.img ( with the exception of weapons textures and weapons models resembling in size to original models ),

    * kicks for ping, fps and packet loss abousing,

    * info box with important information,

    * match feature ( uniform settings of weapons and vehicles, addition features available only in this mode) available as /startmatch [base/tdm] [rouds] command,

    * client panel ( with client settings and key binds ),

    * globally client statistics saved on clients disk,

    * auto pause feature ( auto pause when player got time out durring match ) available in match mode,

    * map viewer available as /view command,

    * vote for maps available as /vote [base/arena] command.

    * preview of commands usage of players visible on chat ( only in match mode),

    * preview of started resources visible on chat ( only in match mode),

    * detection of fake times outs ( only in match mode),

    * expanded teams, weapons, vehiles, and spawns selectors,

    * expanded spectator,

    * anti helli-kill and car kill available as settings in configuration panel,

    * built-in scripts 'reload' and 'injury',

    * possibility to do screenshot from game to each player on server available as /screen command,

    * report system for reporting issues available as /report

    * call help system default available as H key,

    * and many more minor features,

    Command list

    /pm [id] - private message

    /arena [id] - for starting arenas

    /base [id] - for starting bases

    /end - for ending the round

    /add [id] - for adding the player to round

    /resetscore - restart all players and teams score

    /gunmenu [id] - for giving the gunmenu for the player

    /remove [id] - for removing the player from the round

    /screen id quaility(0-100) [taq] [width] [height] - for doing screenshot for the player

    /vote [base/arena] [id/ids] - for start the voting

    /car [id] - for get the vehicle in main lobby

    /clean - for restart the rounds history

    /pause - for pausing/repausing the round

    /swap - for change the teams sides

    /tp [id1] [id2] - for teleport the player1 to the player2

    /heal [id] - for heal the player

    /healall - for heal all players

    /startmatch [base/tdm] [rounds] - for starting the match

    /endmatch - for ending the match

    /gun - re weapon select

    /rsp - for re-sync

    /view - for viewing the maps

    [edit]

    Default binds

    F1 - configuration panel

    F3 - client panel

    F4 - re-select team

    H - call help

    R - Realod the weapon

    Access

    Functions this resource requires access to the following functions:

    startResource

    stopResource

    callRemote

    setPlayerMuted

    kickPlayer

    banPlayer

    Suggested acl entry:

    * This resource is running a global ban list updated from mtacenter.pl giving the script owner rights to black list specific players on any server running this gamemode.

    * Players will be kicked from the server for any gta3.img modifications installed with their game (with the exception of weapons textures and weapons models resembling in size to original models)

    * Players will be kicked for high ping (over 400), low fps (below 25) or high packet loss (over 10%).

    To run

    * After downloading change the resource name from 'aspect' to 'Aspect'

    * if you can't change settings in admin panel, save the settings as other confing ( use other confing name )

    *update server and client to 1.3

    *make sure the resource has access to the functions listed above

    Gallery

    mtascreen20120201225103.th.png mtascreen20120201224211.th.png mtascreen20120201224158.th.png mtascreen20120201224147.th.png

    mtascreen20120201224044.th.png mtascreen20111202082219.th.png mtascreen20111202082235.th.png mtascreen20111206114827.th.png

    mtascreen20120201223308.th.png mtascreen20120115231656.th.png mtascreen20111130202330.th.jpg

    33953192.th.png 96436052.th.png

    Download

    https://forum.multitheftauto.com/viewtopic.php?f=108&t=46666

  11. JesseUnit, impossible, add.png isn't protect.

    Check your server logs and past part of logs after start basemode.

    Should looks like this: (ofc is example)

    [2010-07-20 19:23:16] File: img/wyb_g.png have been modificated, please restore this file to run gamemode. 
    

×
×
  • Create New...