Jump to content

-XIII-4Cazp.UK

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by -XIII-4Cazp.UK

  1. 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
  2. Uninstall and reinstall the installer, it should work!
  3. Uhm, request for topic closed lol???!!!
  4. You will have to uninstall GTA and then Get the newest Version of it. Im sorry this is the only way. Then download hoodlum patch. It should work then. Greatings -XIII-4Cazp.UK
  5. 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 Greatings -XIII-4Cazp.UK
  6. 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
  7. 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
  8. -XIII-4Cazp.UK

    Wild LOop

    Nice loop and :~. Lol ^^ Looks good, Greatings, 4Cazp.UK
  9. 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 PS: sticky this topic? it might come in handy
  10. Update: v1.1.1 Not alot changed but a few commands added and bugs taken away. download: http://www.eviltoad.co.uk/update.zip
  11. Thanks Mate. If u need any help with a script ask me
  12. I think this is a bit more advanced than that 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
  13. on *:SIGNAL:mta.endrace: { mta.freeze $1 $4 mta.text $1 $2 $mta.nick($1,$2) has been Frozen! mta.unfreeze $1 $4 } } Hope that helps? Note: i have not tested
  14. -XIII-4Cazp.UK

    eD Clan

    its now called :~ the clan its dead!
  15. 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 Hope you like it !~~!~~~~!~~~!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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. hehehe, im really happy this is in v1.0 stage Any other people want to review this?
  17. keenan just goto : http://www.eviltoad.co.uk/STS.mrc This is a DM Script, cash and all that :~ hehe just try it out
  18. UPDATE!!!!!!! http://eviltoad.co.uk/STS.mrc :D NOW IS NOT BETA!!!! WOOOOO!! LETS PARTY!!!!! Now, i want you yo download this and put it on your server! or i kill you ! :devil: haha Hope you like this v1.0 Very much
  19. This will be a bug for MTA:DM itself, probably stuff in the script, but what do i know?
  20. 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 Hope this is useful for you
  21. Thanks Very Much! I will post the users Wanting me to Develop here Pheonix02 Thankyou
  22. oh thanks lol, what about the script: http://www.eviltoad.co.uk/STSUPDATE.zip ???
×
×
  • Create New...