-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
use search.. There were lots of topics about that.. you need mta:ma to run scripts on a server
-
lol nice, you need to make a map with this 'corkscrew'
-
good work, sounds useful
-
im gonna play it whenever it comes out, imo it will be like a new game.. btw I'm still playing mta:vc sometimes, so....
-
its $len(text) if ($len($mta.nick($1,$2)) > 3) { blah }
-
your server started successfuly.. if you time out, try turning off rich motd and ASE
-
you will just need to downgrade your game to version 1.0
-
on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.nick($1,$4) != Unknown,$4,$bla.getid($1,$4)),$2) if ($3 == !nice) mta.text $1 $mta.nick($1,$2) thinks the victory of $mta.nick($1,%a) was nice! elseif ($3 == !warn) { var %b = $readini($scriptdir $+ test.ini,WARNS,$mta.nick($1,%a)) if (!%b) { !writeini " $+ $scriptdir $+ test.ini" WARNS $mta.nick($1,%a) $calc(%b + 1) mta.text $1 $mta.nick($1,%a) has been warned ( $+ $readini($scriptdir $+ test.ini,WARNS,$mta.nick($1,%a)) warnings in total) } } } on *:SIGNAL:mta.text: { if ($3 == brb) mta.text $1 $mta.nick($1,$2) will be right back! } on *:SIGNAL:mta.join: { !writeini -n " $+ $scriptdir $+ test.ini" WARNS $mta.nick($1,$2) 0 } alias bla.getid { var %a = 0 while (%a <= $mta.server($1).cmax) { if ($2 isin $mta.nick($1,%a)) !return %a !inc %a } !return -1 }
-
lol ye, soz I dont even have a mta:ma for SA as i dont play it so i do mistakes..
-
to run scripts you need mIRC and MTA:mA version 3.x (4.x is for SA)
-
elseif ($3 == !warn) { if ($readini($scriptdir $+ test.ini,WARNS,$4) == 0) { !writeini -n " $+ $scriptdir $+ test.ini" WARNS $4 1 } }
-
if ($readini(bla.ini,TEST,Mania-92[NL]) == 1) { blablabla } on *:SIGNAL:mta.join:{ if ($readini(bla.ini,TEST,$mta.name($1,$2)) == 1) mta.text $1 hello $mta.name($1,$2) }
-
things like vigilante, paramedic, pizza mode, gambling and many other stuff possible with scripts even now in the race mode or in mta0.5..
-
$readini(bla.ini,TEST,Mania-92[NL]) or $readini(C:\program files\blablabla\bla.ini,TEST,Mania-92[NL])
-
Server randomly kicks ppl from mine and mates server
lil Toady replied to SkeeterPSA's topic in Race Server-side
you can get a core optimizer from amd.com, it'll make both cpu run the programs but it'll optimize their work (however you can just turn one cpu off like now but someday it'll become annoying to turn off one cpu for some programs/games) -
MTA:mA Scripts Loader is a tool to load scripts.. you can load them with scripts editor too though.. To scripts loader press General > Scripts.. in MTA:mA
-
does it give any errors in mirc? try this, if even this won't work, can't help you on my 6.16 mirc works perfect.. on *:SIGNAL:mta.command:{ if ($3 == !tempban) { if ($gus.level($1,$2) >= 7) { var %a = $iif($4,$iif($mta.nick($1,$4) != Unknown,$4,$bla.getid($1,$4)),$2) if (%a == $2) mta.msg $1 $2 Error - You cant tempban yourself elseif (%a == -1) mta.msg $1 $2 Error - Absent ID elseif ($gus.level($1,$2) <= $gus.level($1,%a)) mta.msg $1 $2 Error - Can't ban a player with the same or higher level else { if ($5 isnum) { if ((m* iswm $6) || (h* iswm $6) || (d* iswm $6)) { if (m* iswm $6) { mta.text $1 $mta.nick($1,%a) has been banned for $5 minute $+ $iif($5 != 1,s) $+ , by $mta.nick($1,$2) $+ . $iif($7,Reason: $7-) !.timer 1 $calc($5 * 60) temp.unban $1 $mta.nick($1,%a) !writeini " $+ $scriptdir $+ tempbans.ini" $mta.server($1) $mta.nick($1,%a) $calc($ctime + $5 * 60) } elseif (h* iswm $6) { mta.text $1 $mta.nick($1,%a) has been banned for $5 hour $+ $iif($5 != 1,s) $+ , by $mta.nick($1,$2) $+ . $iif($7,Reason: $7-) !.timer 1 $calc($5 * 3600) temp.unban $1 $mta.nick($1,%a) !writeini " $+ $scriptdir $+ tempbans.ini" $mta.server($1) $mta.nick($1,%a) $calc($ctime + $5 * 3600) } elseif (d* iswm $6) { mta.text $1 $mta.nick($1,%a) has been banned for $5 day $+ $iif($5 != 1,s) $+ , by $mta.nick($1,$2) $+ . $iif($7,Reason: $7-) !.timer 1 $calc($5 * 86400) temp.unban $1 $mta.nick($1,%a) !writeini " $+ $scriptdir $+ tempbans.ini" $mta.server($1) $mta.nick($1,%a) $calc($ctime + $5 * 86400) } !writeini " $+ $scriptdir $+ tempbans.ini" IPS $mta.nick($1,%a) $mta.ip($1,%a) mta.ban $1 %a } } } } } } on *:SIGNAL:mta.connect:{ while (%a <= $ini($scriptdir $+ tempbans.ini,$mta.server($1),0)) { %b = $readini($scriptdir $+ tempbans.ini,$mta.server($1),$ini($scriptdir $+ tempbans.ini,$mta.server($1),%a)) if (%b) { if ($ctime >= %b) temp.unban $1 $readini($scriptdir $+ tempbans.ini,IPS,$ini($scriptdir $+ tempbans.ini,$mta.server($1),%a)) else !.timer 1 $calc(%b - $ctime) temp.unban $1 $readini($scriptdir $+ tempbans.ini,IPS,$ini($scriptdir $+ tempbans.ini,$mta.server($1),%a)) } !inc %a } } alias temp.unban { mta.unban $1 $2 mta.text $1 $+(',$readini($scriptdir $+ tempbans.ini,IPS,$2),') unbanned. !remini " $+ $scriptdir $+ tempbans.ini" IPS $mta.nick($1,$2) !remini " $+ $scriptdir $+ tempbans.ini" $mta.server($1) $mta.nick($1,$2) } alias bla.getid { var %a = 0 while (%a <= $mta.server($1).cmax) { if ($2 isin $mta.nick($1,%a)) !return %a !inc %a } !return -1 }
-
It is gonna be for Vice City, dont think that itll be done on blue core though
-
I had the same problem too. You have dual cores? If yes you will need to install a core optimizer (for AMD you can get one here)
-
you are supposed to play on a clear copy of SA, mods of any kind can result a ban in most gaming servers.... even if its just vehicle replace
-
do not double post, i suppose if you get no posts, no-one knows how to help you..
-
lol, what's you version of mirc and mtama?
