Jump to content

[UVA]Bart

Members
  • Posts

    359
  • Joined

  • Last visited

Everything posted by [UVA]Bart

  1. hi ford try this if ($3 == !trace) { if ($mta.nick($1,$2) == Ford) my.trace $1 %a else { mta.pm $1 $2 Nothin happens. } } whats my.trace ?
  2. lil you got some brackets wrong lol and its messed up try this out on *:SIGNAL:mta.connect: { mta.text $1 Deathmatch script connected! set %maxplayers $mta.server($1).cmax set %players $mta.server($1).players } on *:SIGNAL:mta.command: { var %a = $iif((!$4),$2,$iif(($mta.getid($1,$4) == $null),$2,$v1)) if ($3 == !dmpoints) mta.text $1 $mta.nick($1,%a) $+ 's Points: $readini(dm.ini,points,$mta.nick($1,%a)) elseif ($3 == !dmcash) mta.text $1 $mta.nick($1,%a) $+ 's Cash: $ $+ $readini(dm.ini,cash,$mta.nick($1,%a)) elseif ($3 == !dmwins) mta.text $1 $mta.nick($1,%a) $+ 's Current Dm Wins: $readini(dm.ini,wins,$mta.nick($1,%a)) } on *:SIGNAL:mta.part: { Death.MC $1- } on *:SIGNAL:mta.death: { Death.MC $1- } ////////////////////////////// //////// ALIASES /////////// ////////////////////////////// alias winner.cash $iif($readini(dm.ini,cash,$mta.nick($1,%a)) == $null,0,$v1) alias winner.points $iif($readini(dm.ini,points,$mta.nick($1,%a)) == $null,0,$v1) alias dm.wins $iif($readini(dm.ini,wins,$mta.nick($1,%a)) == $null,0,$v1) alias Death { var %a = 0,%b = 0,%c while (%a <= %maxplayers) { if ($mta.dead($1,%a) == $null) && ($mta.nick($1,%a) != $null) { inc %b %c = %a } !inc %a } if (%b == 1) !return %c } alias Death.MC { var %a = $death($1) if (%a != $null) { !writeini -n dm.ini cash $mta.nick($1,$2) $calc($winner.cash($1) + 10) !writeini -n dm.ini wins $mta.nick($1,$2) $calc($dm.wins($1) + %players) !writeini -n dm.ini points $mta.nick($1,$2) $calc($winner.points($1) + %players) mta.text $1 The Winner Is $mta.nick($1,%a) And Gets $ $+ 10 Cash And %b Points %players } }
  3. [UVA]Bart

    script help

    in need of slightly more info lol you mean like a seen script like say todd is the player so !seen todd it would say todd was last seen on day - date - month - time - year
  4. errm i stuck lol with one thing i cannot make get aliases im working on it but some of the things currently in my script are : MY DM SCRIPT {player commands} !stats~~~ just dm stats !points~~~ a players points !pointrank~~~ a players point rank !id~~~ returns a players id !visits~~~ returns a players total visits to the server !played ~~~ the ammount of times the the current map has been played !setage~~~ adds the age of the player !age~~~ returns a age of a player !totalvisits~~~ the total visits the server has had !totalmaps~~~ the total number of maps uploaded !playercount~~~ the total number of players in the server !mapname~~~ returns the name of the current map !maxping~~~ the servers max ping limit !ping~~~ a players ping !info~~~ server info !level~~~ the level of a player !time~~~ the time/ date in the format day/month/date/time/year ie/ fri sept 14 15:01:23 2007 !rate~~~ rates the current map !unrate~~~ player can remove there own rating !rating~~~ returns the current maps rating !mode~~~ returns the current mode of a map !seen~~~ last time and date a player was seen !url~~~ returns the url for the website !serverip/sip~~~ returns the server's ip address and port !ip~~~the players ip adress !bank/money/cash~~~ a players total cash, how many loans they have had and how many they have paid back. !buydmwins~~~ buy 5 dmwins !buypoints~~~ buy 60 points !cashrank~~~ what rank of money they are classed as !bankloan~~~ take a loan out( max loan can be configured in the controle pannel !repayloan~~~ repays a loan if they dont before the player quits next time they join its double the ammount of what the loan was. !buycar~~~ buy specified cars, ferrari, porsche, bowler, Lamborghini~~~< not finnished yet making controle pannel for custom use but these are done> !car~~~ the car a player has bought !sellcar~~~ sell the car back to dealer but for less money !carlist~~~ returns all the cars that can be bought !buyhelp~~~ returns all the things you can buy > {admin commands} !idlist~~~ a full pm of all the players id ~~~ !banid~~~ bans the id of a player that you found out from !idlist ~~~ !kickid~~~ kicks the id of a player that you found out from !idlist ~~~ !freezeid~~~ freezes the id of a player that you found out from !idlist ~~~ !unfreezeid~~~ unfreezes the id of a player that you found out from !idlist ~~~ !muteid~~~ mutes the id of a player that you found out from !idlist ~~~ !unmuteid~~~ unmutes the id of a player that you found out from !idlist ~~~ !ban~~~ bans the name of a player ~~~ !kick~~~ kicks the name of a player ~~~ !freeze~~~ freezes the name of a player ~~~ !unfreeze~~~ unfreezes the name of a player ~~~ !mute~~~ mutes the name of a player ~~~ !unmute~~~ unmutes the name of a player ~~~ !random/map~~~ starts a random map ~~~ !addping~~~ adds a maxping ~~~ !slr~~~ restarts the script ~~~ !rerun~~~ reruns the current map ~~~ !remrate~~~ removes any players rating ~~~ !addallmodes~~~ allows a admin to set all the map modes as dm/ (race when i make it in to race lol) !addmode~~~ allows a admin to set single maps as dm/ (race when i make it in to race aswell ) !remmap~~~ removes the current map and starts a random one . {standard things} ping kicker buy script pointscript bank script complex control pannel lol thats it up to now not finnished tho yet any more commands or stuff will let you know. what does yours have lil ? any more ideas let me know Additions are in red
  5. w00t nearly read lol its got some new things like bankloan and stuff but if i gonna make it for both then dont know when its gonna be done lol its taken since about august 23 to get to here lol made a pretty big control pannnel tho not saying a date just yet just wanted to know some rought lines of what to make it for and dont want to let any one down if i dont make the date whats yours got in it ? lil
  6. hey scooby why havent you been on msn latley and lol its the guy you tought a bit thanks for it its nearly finnished now made buy bit will send it you on msn so you can checkit out if you come on.
  7. well just race ? or both im currently trying to make one will it still be ok for me to upload it when its finnished ? and lol im new so i didnt know sorry ^^ And what does your script have in it ? you know concist of ?
  8. just wondering please post as im making one now for just dm but dont have a release date yet will let you know soon as possible. LOL hope fully be out before shs
×
×
  • Create New...