-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
yeah, "somehow i accidently copy/pasted stuff into my script and released it, how could that happen?". C'mon it's always that way..
-
Some hardware problem, overheating probably? Try to clean it all inside, dust is a sneaky thing
-
World wide Gansters
lil Toady replied to Chicano_18's topic in Site/Forum/Discord/Mantis/Wiki related
OLD Well, russian music, russian characters, russian shop signs, R* also mentioned something about russian radio station in gtaiv, what could be better? Ah ye, the graphics look nice too, not next get though, but the would is big enough also -
client side scripts have some things server side do not, i don't get what's your problem with client side scripts? You are downloading things in CS too, and you can edit them there too but that does not cause any problems, does it?
-
N/A doesn't mean nothing was changed.
-
There is no mta server that supports over 32 players, is there? However good luck running one on 2.5mbit lol.. You took the numbers out of your head? I'd like too see some bandwidth stats with player count in the actual time to prove those numbers, not just something to create a new thread
-
Slower pc, lower fps.. or you are playing cheaters?
-
I already did once viewtopic.php?p=249639#p249639
-
Yes you can. If client changes the script on his side it gets redownloaded.. So clients can alter the client side scripts? They can, but there is no point in it since they get checked by the server, so if they do not match the original one they get redownloaded
-
Yes you can. If client changes the script on his side it gets redownloaded..
-
Don't touch dnsstuff.com, they asked not to so i won't..
-
find me a whois site that uses method GET. Lazy to try POST, but uh well, still possible, will have a look into it
-
There are a lot of servers over the internet, just pick any in the server browser which is built into mta and play
-
i'd suggest writing to an ini the unban time and ip though, in case you close mirc or it crashes
-
/slap Kevuwk that's not mtasa dm lua!
-
RPG:A source was in VB and not all of it was released, the main part, dx hook source was never shown to public as it hasnt been coded by alienx himself
-
in MTA driveby is not like in single player, no auto aim, here you aim yourself with mouse
-
This is right the place.. Where does it say this is only for mirc scripts?... addEventHandler ( "onPlayerJoin", "onPlayerJoin" ) function onPlayerJoin ( id ) sendMessage ( id, "Welcome to Red's Rpg Most of the scripts are in lua" ) end function iif ( cond, arg1, arg2 ) if ( cond ) then return arg1 end return arg2 end addEventHandler ( "onPlayerChat", "onPlayerChat" ) function onPlayerChat ( id, text ) local command = gettok ( text, 0, " " ) local player = iif ( gettok ( text, 1, " " ), getPlayer ( gettok ( text, 1, " " ) ), id ) if ( command == "!info" ) then sendChat ( "Red's Basic Lua Rpg Script" ) elseif ( command == "!drugs" ) then sendChat ( "The list of drugs are: Coke,Heroin,weed," ) elseif ( command == "!buycoke" ) then sendChat ( getPlayerName ( player ) "Has just bought coke" ) elseif ( command == "!buyheroin" ) then sendChat ( getPlayerName ( player ) "Has just bought Heroin" ) elseif ( command == "!buyweed" ) then sendChat ( getPlayerName ( player ) "Has just bought weed" ) end end addEventHandler ( "onAdminChat", "onAdminChat" ) function onAdminChat ( id, text ) local command = gettok ( text, 0, " " ) local player = iif ( gettok ( text, 1, " " ), getPlayer ( gettok ( text, 1, " " ) ), id ) if ( command == "!slap" ) then sendChat ( slapPlayer ( id ) "You have been slapped by an admin" ) end end looks like you're interested in the thing, will release an update today or tomorrow, have some things fixed.
-
yeah, i never said that you can expect native support, scripted ones are still possible
-
Yes, you can expect parachutes in the first release..
-
..... on *:SIGNAL:mta.text:{ var %badwords = bla1 bla2 bla3 bla4 bla5 var %a = 1 while (%a <= $numtok(%badwords,32)) { if ($gettok(%badwords,%a,32) isin $3-) { mta.badword $1 $2 !halt } !inc %a } } alias mta.badword { mta.text $1 Sa ei pidanud reeglitest kinni - You didn't stay at rules - AutoMute 120 seconds. !.timer 1 1 mta.mute $1 $2 !.timer 1 121 mta.unmute $1 $2 !.timer 1 121 mta.text $1 Ara rohkem Niimodi Raagi! Do not speak by this language anymore! } List the words you don't want to see in 'var %badwords = bla1 bla2 bla3 bla4 bla5'
-
lier.. There is no way to give health via a script
-
I not understand the IRC echo Script (by lil_Toady)
lil Toady replied to chrislabricole's topic in Add-ons
set %echoserverid 5 - Here you set the server id which it is in your mtama, the tab number (first tab - 1, second - 2, etc.) set %echochan #funserversa - Channel it will output things to, you must be in this channel of course -
that's not what he wants ImJohnMclane. I could write one a bit later, if nobody does it sooner
