Jump to content

-XIII-4Cazp.UK

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by -XIII-4Cazp.UK

  1. Sorry but you can't just take any game-mode you want, unless the person who made it wants to make it available to the public :(

    If you want to know whether you can get that mode or not, ask 1 of the admins on that server or maybe the server owner if you can reach them ;)

    uehm, he is the server owner lol, lmao

  2. Heeeey Cazp, here McDan from MTA :D:mrgreen:

    I want unban from B!G-BOO$ server please!!! :fadein:

    An you want an -XIII- Co-leader to unban you for hacking modding and being an ignorrant git because...?

    You signed up here just to tell me that -_-

  3. Hey Allah, old pal, how are you doing?

    Ok i might be able to help here.

    Make the map in a zip file with all the other stuff, make sure u have meta.xml inside too!

    Then, make a folder in resourcecache called Allah (or map name)

    Then, extract the files from the zip u created into the Folder.

    Goto mtaserver.conf

    see the code:

    <resource src="admin" startup="1" protected="0"/> 
        <resource src="helpmanager" startup="1" protected="0"/> 
        <resource src="mapcycler" startup="1" protected="0"/> 
        <resource src="mapmanager" startup="1" protected="0"/> 
        <resource src="resourcebrowser" startup="1" protected="1" default="true"/> 
        <resource src="resourcemanager" startup="1" protected="1"/> 
        <resource src="scoreboard" startup="1" protected="0"/> 
        <resource src="spawnmanager" startup="1" protected="0"/> 
        <resource src="votemanager" startup="1" protected="0"/> 
        <resource src="webadmin" startup="1" protected="0"/> 
    

    at the bottom?

    well, put this code at the bottom of that:

    This should work, if not, contact me at [email protected] , Add me again :D

    Greatings -XIII-4Cazp.UK

  4. Redownload the MTA DM Install Client.

    Run it.

    When it gets to the Account screen click the circle i already have an account .

    Type in the pass ad username.

    Click next and do what u like,.

    When installed load up, this should now be working with NP

    Hope this info is helpful and correct so u can soon get back to the game ;)

    Greetings- 4Cazp.UK

  5. Hi, this is a bit more spam here ^^

    OK the rules are:

    You have to post 3 words to match up and make sense with the persons post before you.

    No Rudness.

    Be Creative :)

    Hope u get it ;)

    Ok here i start:

    The old man

  6. Hello, i really like MTA:DM and i play it often, i really apprieciate it that u guys make these mods with PHP and lua and stuff, but maybe there is dislikes u can improve on for future refrence ;)

    I will post my likes and dislikes and maybe u guys can do the same to.

    LIKES:

    Beautiful Effects

    Adds ip to quick connect automaticly when u join and quit a server

    Server Options and mods to load

    lua scripting to make things look nice and to add effects

    anti-cheat

    maps convertable for MTA SA RACE

    get on/off car/bike

    / commands

    lua mods creatable

    DISLIKES:

    lua script bugs

    votemap

    addadmin from server config files

    ok just being honest ;)

    Greetz, -XIII-4Cazp.UK :D

    PS: sticky this topic? it might come in handy

  7. I think this is a bit more advanced than that :P

    But try this:

      
    on *:Signal.mta.win: { 
      mta.freeze $1 $4 
      mta.text $1 $mta.nick($1,$2) Has won as the last player Alive and therfore has been frozen until the next map! 
      !writeini -n wins.ini winini $mta.nick($1,$2) yes 
    } 
     if ( $pgs.cash($1,$2) == $null ) && ($readini(cash.ini,win,$mta.nick($1,$2)) != yes) { 
      !writeini -n cash.ini maincash $mta.nick($1,$2) 350 
      !writeini -n cash.ini win $mta.nick($1,$2) yes 
      mta.pm $1 $2 Cash earned: $ $+ 350 Total Cash: $pgs.cash($1,$2) 
    } 
     } 
    on *:Signal.mta.command: { 
    if ($3 == !scriptbug) { 
    !writeini -n script.ini win $mta.nick($1,$2) yes 
    mta.pm $1 $2 Your Bug Has Been Reported into an ini ! 
    } 
     } 
    on *:Signal.mta.join: { 
    .timerjoin $1 $3 Using Freezing Script by: -XIII-4Cazp.UK 
    } 
     } 
      
    

    Hope that works, but as i say, i havnt tested ^^

    i made it compatible with prs/pgs so it saves to your normal cash

  8. Update and show you all current commands!

    Update link: http://www.eviltoad.co.uk/update.zip

    ~~~~COMMANDS~~~~

    !admin

    !mapbet

    !script

    !brb

    !cya

    !hi

    !command

    !players

    !getip

    !banip

    !unbanip

    !banname

    !unbanname

    !addword -- adds a banned word

    !remword -- well, duh

    !camp

    !afk

    !kick

    !ban

    !mute

    !freeze

    !block

    !clan

    !banword

    !setmodedd

    !tban

    !tempban

    !cash

    ~~~~FEATURES~~~~~

    Join msg (hmm, cant get to work...)

    Edit: No Bet feature !

    :P :P :P

    Hope you like it :D

    !~~!~~~~!~~~!ATTENTION!~~~!~~~~!~~!

    EDIT:

    Fixes:

    No Bugs now on a ! - parameter, players and bet system were messed up and/or in the wrong place, i hope this will be fixed soon!

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  9. I just use stuff like:

    !writeini -n mytext.ini start $mta.nick($1,$2) yes 
    

    i post a peice of script for you to use:

    on *:SIGNAL:mta.command: { 
    elseif ($3 == !makeini) { 
    $mta.nick($1,$2) $1 $4  
    } 
    elseif ( $playerini($1,$2) == $null ) && ($readini(playerini.ini,ini,$mta.nick($1,$2)) != yes) 
    !writeini -n %b.ini start $mta.nick($1,$2) yes 
    mta.pm $1 $2 Your Ini file has been created! 
    } 
    if ($mta.nick($1,$2) ) { 
    mta.pm $1 $2 Error: Your .ini file can not be created because You/Someoneelse has already created an .ini with this name. 
    } 
    if (!totalini* iswm $3) { 
    Total Player ini's Created: $playerini($1,$2) $1 $4 
    } 
    elseif ($3 == !clearini) { 
    elseif ($mta.nick($1,$2) > 3 ) { 
    elseif ( $playerini($1,$2) == $remove ) && ($deleteini(playerini.ini,words,remove) != yes) 
    } 
     } 
    

    Although i havnt Tested this, i hope it works, because im not that good at scripting myself, but i have a go :P

    Hope this is useful for you :D

×
×
  • Create New...