Jump to content

Darkwolf

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Darkwolf

  1. ty harry ur a fuckin star
  2. if someone can fix my problem id really appreciate it
  3. I wish sum 1 cud just give me a method of removing 1 name from a list doesnt have to be complicated [/code]
  4. MIRC says this writeini has incorrect parameters can sum 1 correct this writeini bjack.ini onlineadmin current $remtok($readini(bjack.ini,onlineadmin,current),$mta.name($1,$2),1,46)
  5. thats exactly the same as wot i had can we have sum1 who knows wot they are doing here!
  6. This is wot i have for mta.part on *:SIGNAL:mta.part:{ if ($readini(bjack.ini,adminlist,$mta.name($1,$2)) != $null) { writeini bjack.ini onlineadmin current $remtok($readini(bjack.ini,onlineadmins,current),$mta.name($1,$2),1,46) mta.say $1 $mta.name($1,$2) has logged off as admin! } else { mta.say $1 $mta.name($1,$2) has left the game! } } it wont work summat wrong wit the $remtok
  7. I have a bit of a problem with my current admins script this is the join on *:SIGNAL:mta.join:{ if ($readini(bjack.ini,adminlist,$mta.name($1,$2)) != $null) { mta.say $1 $readini(bjack.ini,server,awelcome)) $mta.name($1,$2) writeini bjack.ini onlineadmin current $readini(bjack.ini,onlineadmin,current) $+ , $mta.name($1,$2) } elseif ($readini(bjack.ini,adminlist,$mta.name($1,$2)) == $null) { mta.say $1 $readini(bjack.ini,server,welcome)) } } i need a part script that only removes 1 name from a list instead of removing all names!
  8. These are the 1st two lines of my script on *:SIGNAL:mta.join: { mta.msg $1 $2 $readini(bjack.ini,server,welcome)
  9. I am having serious problems with 3.17 unfortunately! * /1: not connected to server (line 2, bjack2.mrc) it says this but however my $1 is in all commands that it is neccessary for. Sometimes the script works sometimes it shows an error I think MIRC thinks that it is not connected because it is not physically connected to a chatroom perhaps if sumone cud code a MTA:MA that allows MIRC to connect to a server via the connect button used for accessing chatrooms!
  10. We are nearly full Commanders [GLTc]BJack - [email protected] [GLTc]Seppe - [email protected] [GLTc]Slayer - [email protected] Full Members [GLT] Sven - [email protected] [GLT] Glitch - [email protected] [GLT] leppie [GLT] Jamaal [GLT] Chris - [email protected] [GLT] Termin - [email protected] [GLT] Flood6 [GLT] []\/[][]\/[][]\/[] [GLT] Pencil - [email protected] [GLT] Hieu - [email protected] [GLT] Agent47 - [email protected] Recruits [GLTr] Wam0 - [email protected] [GLTr] TaBaus - [email protected] [GLTr] DJ-Nick - [email protected] [GLTr] Fire [GLTr] Revo - [email protected] [GLTr] Hitman - [email protected]
  11. GLT would be interested for applying for the European League but we are all from different nationalities so please put us as independent if u can
  12. VCT are now GLT I am the leader!!! But i still wanna pwn ur asses in a clanwar to go for clanwar http://gltgang.mybesthost.com cya in a server soon
  13. Well we have a lot of recruiting to do still! By the way if any 1 wants in glt http://gltclan.tk post in the Join Us forum!
  14. Thanx for the interest im really chuffed! go to http://www.gltclan.tk and post in challenge us for clanwar![/u]
  15. We play just MTA:VC atm but are thinkin about GTA3
  16. GLT are a new clan that has just been set up. If is initally a mta clan but are hoping to expand into diff games. IF u want fun not seriousness(totally) http://gltclan.tk[/url]
  17. This Script might be useful for people who cant ban people with dynamic ips. If you use !prat it will store the name and the ip address in variables. It first kicks the player but if they try rejoin they will be banned if the name or the ip address is the same ; PRAT 1.0 by BJack /* alias mta.command { if ($3 == !prat) && ($mta.name($1,$2) == ) set %prat $mta.name($1,$4) set %pratip $mta.ip($1,$4) mta.say $1 $mta.name($1,$4) is PRAT!!!!!! mta.kick $1 $4 } alias mta.join { if ($mta.ip == %pratip) || $mta.name($1,$2) == %prat) { mta.ban $1 $2 } }
  18. would this script be ok for loading and activating a game of manhunt ?? ;; Manhunt Game Loader if ($3 == !mhon) { !load -rs manhunt.mrc mta.say $1 !mh on } ;; Manhunt Game Unloader if ($3 == !mhoff) { ;; Score Reset Script }
  19. There's no error at that point at all in the script it works fine!
  20. $mta.name($1,$2) would like to tell $mta.name($1,$4) to off that is correct it works if it was $mta.name($1,$2) would like to tell $mta.name($1,$2) to off it would display the users name twice like off> but $mta.name($1,$4) the $4 allows the player to type ! so it displays the other users name!
  21. Thanx Andy !!!! In case u dont kno me im the guy u banned from the VCES server for giving out anticrash serial ROFL!! thanx m8!
  22. the is !f u c k without the gaps!
  23. that in the script is for f u c k off!!
  24. Can some 1 tell me what is wrong with this??? When I put the mta.say commands in they stopped the whole script from working!! Could some one correct this plz! alias mta.command { if ($3 == !kick) && ($mta.name($1,$2) == BJack ) { if ($4 != $null) { mta.kick $1 $4 } } if ($3 == !ban) && ($mta.name($1,$2) == BJack ) { if ($4 != $null) { mta.ban $1 $4 } } if ($3 == !unban) && ($mta.name($1,$2) == BJack ) { mta.unban $1 $4 } if ($3 == !script) { mta.say $1 This is BJacks Experimental Gaming Script Version 0.7 } if ($3 == !en) mta.say $1 English Only } if ($3 == !fuck) mta.say $1 $mta.name($1,$2) would like to tell $mta.name($1,$2) to FUCK off!! } if ($3 == !sun) { mta.setweather $1 0 } if ($3 == !cloud) { mta.setweather $1 1 } if ($3 == !rain) { mta.setweather $1 2 } if ($3 == !fog) { mta.setweather $1 3 } if ($3 == !dawn) { mta.settime $1 07:00 } if ($3 == !day) { mta.settime $1 10:00 } if ($3 == !noon) { mta.settime $1 12:00 } if ($3 == !night) { mta.settime $1 19:00 } if ($3 == !midnight) { mta.settime $1 00:00 } }
×
×
  • Create New...