Jump to content

Convirion

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Convirion

  1. Convirion

    Help me plz!!

    - You can edit the admins in admin.ini - You can make commands in mtagus.mrc (be sure you got a backup file) - Install what? mtama or gus or what? is it for mta sa or vc?
  2. why it will only write to a file called rank.ini ( i know that that works ) but ok here it is: elseif ($3 == !setrank) { if (gus.level($1,$2) >= 7) { if (%a == -1) mta.pm $1 $2 Error - Absent ID elseif (%a == $2) mta.pm $1 $2 Error - cannot $3 yourself. elseif ($gus.level($1,%a) >= $gus.level($1,$2)) mta.pm $1 $2 Error - cannot $3 a person with same or higher level. else { !writeini -n " $+ $scriptdir $+ rank.ini" ranked $4 $5- mta.text $1 $mta.nick($1,$2) your rank is set to: $5- } } else mta.pm $1 $2 Error - You need to be level 7 to use this command. } this was it i thought, couldn't copy it.
  3. Hi, I'm making my own ranking system, I already made a !setrank but the online problem is !rank. elseif ($3 == !rank) { if (%a == -1) mta.pm $1 $2 Error - Absent ID else mta.text $1 $mta.nick($1,%a) rank is: $readini($scriptdir $+ rank.ini,ranked,$mta.nick($1,%a)) } what do I wrong? I think it's something with the $readini edit: is it also possible to add a thing like this: !rank (on someone who hasn't a rank) Player doesn't have a rank thank you
  4. So if you could strip down al the mta scripting, could you make it work for just gta? would be some kind of fun. btw nice tut!
  5. It's just a suggestion: An admin client for mta:dm so if you would launch it you need to enter your username and password for a server. when you join the server the others don't see you are online. you don't play but you are just a spector so an cheater doesn't know if there is an admin online or not. it should be handy too if you could add kick ban freeze ect ect in that client dependent on what level the admin is. greetings, Convirion
  6. ok ok, but still I would appreciate it when you use the link under the script when you place it on another website btw if you want it in the !stats pm me or somewhat.
  7. You can use it for free only you may not place it on other website's without the ©
  8. *Screenshots for my map* I couldn't take the pics bigger 1 2 3 4 5 6
  9. I can add them, but what I wanted was that the mta team put on there own the weps & spawn ect ect.
  10. Yesterday I uploaded my map x-war-ahead. its a map for mta-dm but i didn't make any wep or vehic spawns there is only 1 spawn for a bike. i build 2 islands, 1 for the army and 1 for the bad guys. if you want to see it, download it here: Right click here and choose save This map is for MTA:DM only so its not for MTA:race version. This map is selfmade so its mine btw i made it on the water and i got almost to the 250 object limits. its about 1 big island and 1 small, the army has the big one and the bad guys the small one, on the small one are almost only buildings that are blowed up or something if you didn't understand me or just that i have bad english download the map and try it out!
  11. why not? you can delete it without damage something you only have to set the admins again...
  12. 1. this belongs in the forum Add-ons 2. just delete the file admin.ini if you do your max ping will be reseted and if there where any admins in the server they are reseted too.
  13. I runned the Ubuntu server install and the debian server install on my system, and the problem was that debian didn't startup on my system and ubuntu did.
  14. i think you need to load it in mtagus yeah, all my own scripts are in the mtagus file so that could be the problem
  15. did you load mtagus.mrc in mtama?
  16. Multi Theft Auto : Mirc Admin edit: you can get it here: http://home.deds.nl/~aeron/mtama/4.0/ just load the mta.mrc in your mirc
  17. you need mta:ma & gus to let it work did you get that?
  18. It runs windows xp and a mta server runs fine too, thats not the problem. about 2 months i get an upgrate to an via proc with 256MB memory so it could run better then. Maybe I'm gonna run Ubuntu on it but im not sure of that becose i have some other things to run that required windows.
  19. thats fixen with mta:ma GUS i thought, there is a Blacklist so far as i know...
  20. Debian really rocks we use it to run mta on
  21. I script now all the things about myself but still use the MTA:mA and GUS becose it's very usefull. I use about all my scripts on Themasters MTA-server I use Crimson Editor becose I use it for HTML and PHP too. greetings, Convirion
  22. For everyone that wants a !away or !brb script, i've scripted one so you can put your own reason after it and you can get the status for doing !stats or !status. This only works with General Use Scripts. Commands: !setstatus-!setstats Put this after "on *:SIGNAL:mta.command:" elseif ($3 == !setstats) || ($3 == !setstatus) { if ($4) { mta.text $1 $mta.nick($1,$2) changed his status to $4- writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) $4- } else { if ($readini($scriptdir $+ mode.ini,STATUS,$mta.nick($1,$2)) == normal) { mta.pm $1 $2 You didn't chose a status, please try again } else { mta.text $1 $mta.nick($1,$2) 's status returns to normal writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) normal } } and put this after: "on *:SIGNAL:mta.join:" writeini -n " $+ $scriptdir $+ mode.ini" STATUS $mta.nick($1,$2) normal © by http://x-clan.mine.nu/mta/
×
×
  • Create New...