Jump to content

I need some scripts! please


AmberGhost

Recommended Posts

I need some scripts for my MTA:sa server its realy easy to run a server but its hard to make it better i need some thing like admin system so i can take care of things in game or atleast what it would have some options like changemap and stuff the Remote Admin doesnt work for me for some reason and this http://forum.mtavc.com/viewtopic.php?t=15552 doesnt work for me too it dorsnt connect maybe i did some thing wrong so i need some scripts well i need a lot of scripts for the normal MTA:SA server witch comes with the MTA:SA install

list of things i would like to get some day:

*some thing to welcome people then whey log in to my server

*GM script (Game Master) so i can change my car get my HP well do any thing i want

*Anti cheat scirt (I know some thing is included with the install but a haker played at my server dont want that any more)

ill think of some thing more but can any one help me with there things? i dont even know how is it posible

Link to comment

Please some one stop making MTA:MA scripts and start making normal MTA:SA scripts so i can use then i want some scripts like a welcoming msg and more but all the scripts here are MTA:MA and i cant use them since in mIRC my server doesnt connect and i added everything right i tryed it like 10 times

Link to comment
Please some one stop making MTA:MA scripts and start making normal MTA:SA scripts so i can use then i want some scripts like a welcoming msg and more but all the scripts here are MTA:MA and i cant use them since in mIRC my server doesnt connect and i added everything right i tryed it like 10 times

You probably have some wrong settings in your mtaserver.conf or something, because all works fine with me, and also with loads of other people. Just look around at the forums to come to a conclusion, to find what you were looking for, instead of complaining at the people who're designing those scripts. Its hard working and its also in your free time. So I just respect the people who're offering us the MTA:mA modifications. We're all looking for good and proper working scripts, and those DO work, although not everyone has configurated it as how it should be. Thats what I think.

Link to comment
rofl, so you want a script that takes control of your car hp but you want an anti-cheat script too :lol:

I'll expand on what I said before...

There's loads of scripts out there, you just need to do some looking around. Like people posting "HELP ME HELP ME MTA CRASHES" in the general section... if you actually want some help, have the common decency to go looking for some first. :?

MTA:MA Scripting is really best, I've used it on all my servers, and never had any problems.

Plus ... why do you need a script that takes control of car hp, but an anti cheat script too? :roll: Kinda unfair to any other players on the server, eh?

Link to comment
Plus ... why do you need a script that takes control of car hp, but an anti cheat script too? :roll: Kinda unfair to any other players on the server, eh?

Ah well, people have to decide for their own what they want to do with their server, and things what's happening on it.

Link to comment

Player stats (fastest map time/deaths/wins etc) that outputs to a database would be nice....have been looking for something like this but not found anything.

Seen a thread here where someone linked to there stats..looked really good.

be nice to get hold of that script or one similar.

Link to comment

MTA:MA doesnt work for me i tried changing every thing i used every thing right i hate chats so i dont even had mirc so i downloaded it after it didnt work i deleted it and after i decided to try again i installed it again and so on and so on so i tried it 5 times

MTA:MA DOESNT WORK FOR ME okey now please if you cant help just say so instead of posting worthles posts like "lol" or something cause its realy not helping

please some one i realy want to improve my server and dont have any thing to do it with >.< so i ask for help witch i dont seem to get

Link to comment

exactly wheeeeere does it not work

create a admin account in config

open mirc

load mta.mrc

fill in server (if on same comp use localhost (127.0.0.1 , if on other compu in house use the local adres 192.some ) and admin account and connect

by this time if it dont work it depends on the errormessages , and what you see in the server console .. if you dont see anything in the console its probably related to ports or other connection trouble ...

if your all past that load mtagus.mrc

dont forget that if you have trouble loading mta you probably will have the same trouble with any other script

so quit nagging and be clear on what your trouble is so you can get help

besides .. what help do you expect when most info you give is .. . i tried everything but it just dont work

(trust me i work at a helpdesk , you'll need to provide some more info :D )

Link to comment

I dont want no MTA:MA i just like the plain old fasion client server and if no one can make or get or give a link or nothing to help me so i hate that

ohh ya another great idea for a great script i know no one will make on for the normal MTA:SA server but you still need to make one

make a censor script as i see there are too much people swearing, insulting, talking nonsence so just make a script for it i dont think its hard to creat one

Link to comment
I dont want no MTA:MA i just like the plain old fasion client server and if no one can make or get or give a link or nothing to help me so i hate that

ohh ya another great idea for a great script i know no one will make on for the normal MTA:SA server but you still need to make one

make a censor script as i see there are too much people swearing, insulting, talking nonsence so just make a script for it i dont think its hard to creat one

first im going to copy a snippet of code

just to give you a idea of how hard / easy it is

just 10 random lines halfway in the current tommis script

$mta.nick($1,$2) 0
 if ($readini($scriptdir $+ stats.ini,SPAWNS,$mta.nick($1,$2)) == $null) !writeini " $+ $scriptdir $+ stats.ini" SPAWNS $mta.nick($1,$2) 0
 if ($readini($scriptdir $+ admin.ini,ADMIN,$mta.nick($1,$2)) >= 2) {
   if ($readini($scriptdir $+ admin.ini,IP,$mta.nick($1,$2)) == $null) !writeini " $+ $scriptdir $+ admin.ini" IP $mta.nick($1,$2) $mta.ip($1,$2)
   elseif ($readini($scriptdir $+ admin.ini,IP,$mta.nick($1,$2))) {
     if ($gettok($mta.ip($1,$2),1-2,46) isin $readini($scriptdir $+ admin.ini,IP,$mta.nick($1,$2))) {
       mta.text $1 $mta.nick($1,$2) Logged into Admin. (Level: $readini($scriptdir $+ admin.ini,ADMIN,$mta.nick($1,$2)) $+ )
     }
     else {

which is communicating with the mta script .. (which in turn is talking to the server)

10 random lines

  elseif ($bvar(&a,5) == 3) {
     mta.echo %a * Unfreeze: $mta.nick(%a,$bvar(&a,4)) succes unfreezing $mta.nick(%a,%b) $+ .
     $iif($remtok($readini($+($scriptdir,%a,.ini),n,Info,Frozen),%b,1,32) != $null,!writeini -n $+(",$scriptdir,%a,.ini") Info Frozen $v1,!remini $+(",$scriptdir,%a,.ini") Info Frozen)
     ;!writeini -n $+(",$scriptdir,%a,.ini") %b Unfrozen $ticks
     !.signal mta.unfreeze %a %b $bvar(&a,4) 1
   }
 }
 elseif (%c == 15) {
   mta.echo %a * $mta.nick(%a,%b) is now known as $bvar(&a,4,$bvar(&a,0)).text $+ .

then im going to tell you to read this thread back to see if people are trying to help you or not

then im going to tell you ... good luck with your server

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...