-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
u got any idels what i can do then? here's one: after a player spawned as vcc, check when he died and put a timer, if he respawned for less than 10 seconds(he did not restart the game) he has armour, else he probably restarted the game and has no armour
-
brackets mismatch, inis were written/read from diff places. ahha, right SDK, forgot that (damn, i'm getting old)
-
it's all written in the link above
-
on *:SIGNAL:mta.text: { if ($3 == brb) { if ($readini($scriptdir $+ status.ini,players,$mta.nick($1,$2)) == BRB) { mta.pm $1 $2 Your status are already set to "Be right back!" } else mta.text $1 $mta.nick($1,$2) will be right back! $iif($4,Reason: $4-) mta.pm $1 $2 Your status have been set to "Be right back!" !writeini -n " $+ $scriptdir $+ status.ini" Players $mta.nick($1,$2) BRB } } elseif ($3 == back) { if (!$readini($scriptdir $+ status.ini,players,$mta.nick($1,$2))) { mta.pm $1 $2 Your status are not set to "Away!" } else mta.text $1 $mta.nick($1,$2) is back, and better then ever! mta.pm $1 $2 Your status have been reset to normal. !remini " $+ $scriptdir $+ status.ini" Players $mta.nick($1,$2) } } }
-
Then dont's start it? But yeah you can rip it out of MTA:mA, but don't forget to mention it i wrote that piece of script :) Or rip it out, change a line and say that it's yours like Sanzor(Lil'San^,^u<3) always does. (Further don't forget to post it on the forum as yours, Sanzor-style)
-
Yeah, that's possible
-
all the gamemodes in mta are scripted, not hardcoded. making such a big job for just one gamemode is pointless
-
nope, /msg login ain't possible without giving rcon, else the existing systems would already have it
-
Jigga, stop arguing a 12yr old. If you were 12 you'd not think about the laws either ;P
-
ah-ha, reminds me of the old MTA EU League (FMJ PWNT J00 ALL ). Is this a clan champ? and what game, 0.5 or SA? P.S: oh, uh, russians? i missed a lot in my comrades' life then
-
a problem in your scripts? Not MTA fault.
-
You're a bit late with this Times when everyone was using diff skins and fighting diff weapons are gone now, 0.5 is dying. At least i only drop into 0.5 for a good old stubby fight from time to time (my fav skin was sailor before though)
-
erm, there it plays in the actual game
-
yousuck Server name and stuff are needed.. Good Job, [HsT]LaMaS[HUN], don't listen to that Lil'San^,^u<3, he's our forum spammer, his posts can be ignored. Make it also start mta and join the server when you click on it's name or something ( a link to 'mtasa://IP:PORT )
-
Shutup.
-
viewtopic.php?f=30&t=18961 < first post, should work both for 0.5 and MTA:SA
-
You can script your own AI and make the co-op vigilante mode with the scripting system MTA:DM provides
-
They announced MP for gta3 for sure and there even was some net code in afaik. On the latest E3, which took place not long ago, they've shown a beta of GTAIV which actually did not even have the graphics/gameplay part finished (you could not even shoot there by the time) They are also planning to do the game as a 'next-gen' kinda one so i doubt they will focus on the MP (c'mon that are the lazy rockstar bastids ), even if there will be a multiplayer it won't be any as good as mta imho. And btw, the word multiplayer can mean a 2 players co-op mode too.
-
Cause it's their only choice yet. If there were other multiplayers..
-
merge the server messages without is impossible and welcome messages you can find using search
-
Ok, what's the release date of GTA IV for PC? (and sources plz) And uhm, people were whining about that there's no progress at all, now when there's a change log on the first page you whine that it's fake etc. etc.? Nice of you
-
elseif ($3 == !admin) || ($3 == !admins) { var %aa = 0,%bb,%cc,%dd while (%aa <= $mta.server($1).cmax) { var %l = $readini($scriptdir $+ admin.ini,ADMIN,$mta.nick($1,%aa)) if (%l >= 2) { if (!%bb) %bb = $mta.nick($1,%aa) $+ (Level: %l $+ ) elseif ($numtok(%bb,32) <= 7) %bb = %bb $+ $chr(44) $mta.nick($1,%aa) $+ (Level: %l $+ ) elseif (!%cc) %cc = $mta.nick($1,%aa) $+ (Level: %l $+ ) elseif ($numtok(%cc,32) <= 7) %cc = %cc $+ $chr(44) $mta.nick($1,%aa) $+ (Level: %l $+ ) elseif (!%dd) %dd = $mta.nick($1,%aa) $+ (Level: %l $+ ) elseif ($numtok(%dd,32) <= 7) %dd = %dd $+ $chr(44) $mta.nick($1,%aa) $+ (Level: %l $+ ) } !inc %aa } if (%bb) { mta.text $1 Online Admin(s): %bb if (%cc) mta.text $1 %cc if (%dd) mta.text $1 %dd } else mta.text $1 There are no online admins. } Not a cool way to do admins check/output though but w/e
-
what? The full code is on the first page in the topic (and on the tutorials page)
