-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
Remove the 'New feature' and 'Email' fields and belive me you'll have much more guesses i was just lazy to write something there but they are kinda required, and im not about to give out my email. And would be cool if u show the guesses.
-
What exactly is MTASA going to have that SAMP doesn't already have that will make this such a good DM? I'm just curious. Map editor, quality () and a lot less bugs. And an SDK. and much more!
-
Don't do that P.S: muhahahahahha Aeron, you fail! (you can also load the ini into hash, so itll take less time/cpu with big ini's)
-
never!
-
maybe he has a dynamic ip.. you can !subnetban him, but make sure it wont ban someone else, not sure if GUS has a command to get subnet alias w/e just !subnetban him if you dont want him to be back
-
There is an alias to get id in mtama already, you dont need to write one yourself on *:SIGNAL:mta.command: { var %a = $iif($4,$iif($mta.nick($1,$4) != $null,$4,$mta.getid($1,$4)),$2) if ($3 == !kickme) mta.kick $1 $2 if ($3 == !kick) { if (%a == -1) mta.pm $1 $2 Error - Absent ID elseif (%a == $2) mta.pm $1 $2 Error - Can't kick yourself else mta.kick $1 %a } }
-
For the !stfu command you wanted??...
-
I can't even find the gta_sa.exe file on my computer
lil Toady replied to a topic in Race Client-side
OH NOES! i downloaded a 5mb file and cant play the game! WTF? ... rjr8 you need the actual GTA:SA game.. mta is only an addon that allows you to play that game online -
umm... i know whats the prob REKINIZE, turn on admin+ in mtama (Server > Options > Admin+ ) P.S: anything about scripts post in the Add-ons section!
-
yeh, i forgot a bracket there on *:SIGNAL:mta.text:{ if ($readini($mta.dir $+ $1.ini,ID $+ $2,away)) { mta.say $1 $mta.name($1,$2) is back! (Away time: $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ $2,away))) $+ ) !remini " $+ $mta.dir $+ $1.ini" ID $+ $2 away } elseif ($3 == brb) { mta.say $1 $mta.name($1,$2) will be right back! $iif($4,Reason: $4-) !writeini " $+ $mta.dir $+ $1.ini" ID $+ $2 away $ctime } } on *:SIGNAL:mta.command:{ if ($3 == !away) { var %a = 0 while (%a <= $mta.maxplayers($1)) { if ($readini($mta.dir $+ $1.ini,ID $+ %a,away)) { mta.say $1 $mta.name($1,%a) is away for $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ %a,away))) } !inc %a } } } this code works perfect for me, if it's not working for you, thats your prob and i cant help
-
Couldn't find? that was on the prev page ^.. a little bit wrong but just changing this: if ($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)) >= 1000) mta.text $1 $mta.nick($1,$2) has the title of Ultimate User! elseif ($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)) >= 20000) mta.text $1 $mta.nick($1,$2) has title of The best !!! to if ($readini($scriptdir $+ points.ini,POINTS,$mta.nick($1,$2)) >= 20000) mta.text $1 $mta.nick($1,$2) has title of The best !!! and putting one more } bracket in the end will fix the prob! Don't be a lazy f*cker.. im not gonna help with stuff like that any more, just search or learn at least some simple scripting I never asked for help here when i was starting
-
on *:SIGNAL:mta.text:{ if ($readini($mta.dir $+ $1.ini,ID $+ $2,away)) { mta.say $1 $mta.name($1,$2) is back! (Away time: $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ $2,away))) $+ ) !remini " $+ $mta.dir $+ $1.ini" ID $+ $2 away } elseif ($3 == brb) { mta.say $1 $mta.name($1,$2) will be right back! $iif($4,Reason: $4-) !writeini " $+ $mta.dir $+ $1.ini" ID $+ $2 away $ctime } } on *:SIGNAL:mta.command:{ if ($3 == !away) { var %a = 0 while (%a <= $mta.maxplayers($1)) { if ($readini($mta.dir $+ $1.ini,ID $+ %a,away) { mta.say $1 $mta.name($1,%a) is away for $duration($calc($ctime - $readini($mta.dir $+ $1.ini,ID $+ %a,away))) } !inc %a } } }
-
just search the topic! Fixed points giving script! !points script
-
bleh, im lazy to make that script, why dont you learn scripting and make it yourself? And btw i hope you know that you will not be able to throw pizza boxes like in single player, there even would be no pizza boxes at all in mta, and you can't buy cars at sunshine autos so they appear, there's only one pizzaboy bike in mta (at washington beach), and you need to go and get it, no other way
-
16 Bot for the whole SA? that's not worth it imo, considering that bots aren't that smart and it's not interesting to kill them..
-
Im sure mta team can set the client to change traffic lights depending on the game time, so it won't take any bandwidth at all
-
that have been discussed lots of times already, and it's more likely they won't be added, problem is not that much in cpu than in bandwith, which mta uses much enough already
-
on *:SIGNAL:mta.finish: { if (($mta.rank($1,$2) <= 5) && ($mta.server($1).players >= 2)) { var %score = $replacex($mta.rank($1,$2),1,5,2,4,3,3,4,2,5,1) var %position = $replace($mta.rank($1,$2),1,first,2,second,3,third,4,fourth,5,fifth) mta.text $1 $mta.nick($1,$2) came %position $+ and earned %score points! !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.ip($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.ip($1,$2)),$calc($v1 + %score),%score) } elseif ($mta.server($1).players == 1) { mta.text $1 Playing alone earned you 2 points! !writeini " $+ $scriptdir $+ points.ini" POINTS $mta.ip($1,$2) $iif($readini($scriptdir $+ points.ini,POINTS,$mta.ip($1,$2)),$calc($v1 + 2),2) } }
-
depends on what you want
-
[quote name=>SoL nope
-
nothing? took me 2 secs to find http://forum.mtavc.com/viewtopic.php?t=17732
-
if you want that command to put a player into a prison for some time that he can't get out, thats impossible if just you want it just to say that somebody has been jailed: on *:SIGNAL:mta.command:{ var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if ($3 == !jail) { if (%a == -1) mta.msg $1 $2 Error - Absent ID elseif (%a == $2) mta.msg $1 $2 Error - Can't jail yourself elseif ((!$5) || ($5 !isnum)) mta.msg $1 $2 Error - Syntax: !jail else mta.say $1 $mta.name($1,%a) has just been jailed to VCPT for $5 minutes by $mta.name($1,$2) $+ ! } }
-
oh yeh MadKilla, of course you know better.. [/sarcasm]
-
No it's not!Cuz sprays on the wals are textures! you can load any texture into the game without changing it's files, lets say with a dx hook
-
w/e both are possible lol! But imo wont ever be in mta
