-
Posts
2,318 -
Joined
-
Last visited
Everything posted by lil Toady
-
Those stairs have nothing to do with ships tho
-
Have spent half an hour but couldn't find those: couldn't find the interior and stairs so if you know their or anything related IDs, tell me thnx in advance
-
probably you just did not understand that it's an english speaking forum
-
you can do the same in mirc
-
MTA doesn't support vista yet. It has been discussed lots of times and there is no way you could make it run on vista. P.S: Next time search the forum
-
erm, this isnt a bug.. and i dont like to wait even 30 seconds
-
actually you dont have to upload any scripts for maps, that's QA Team's job to add scripts to your maps
-
that's just some php script, you dont have to implement anything into mta itself since it has ASE already
-
The team is mostly fixing bugs and adding required by the beta team scripting functions. MTA:SA DM has a lot of different features so it takes some time to fix all the bugs found either.
-
I believe it will have a list of mirrors. Look at race download page
-
Why people always create new topics for something related to another topic? Couldn't you post this suggestion in his topic about the php map?
-
It's done nearly like it but not public
-
eheh, buy kick and ban? cool, someday you'll find out that every player is banned, even better to buy an !addban and do '!addban 0.0.0.0' And buy wins stats heh? like i win 1 race and buy few more wins so it says that i've won 23532523 races? kewl
-
It's also cold in africa
-
mta centre has the same but it also shows every checkpoint's direction there
-
ok, listen to me: im-pos-sib-le
-
it will not, it's still the Blue core so the theme will remain blue like it was in race.
-
I will stick with MTA when GTA 4 Comes Out
lil Toady replied to frank_grimes's topic in General discussion
I did not stop playing mta:vc when gta:sa was released and i don't think lots here will stop playing mta:sa when gtaIV is released -
yeah, i don't have that mtama anymore for some reason. If anyone was using it, pm me so i can upload it again
-
um, well you're the PHP scripter, it's up to you to do it how you want. I just know that $_GET will work
-
Here, i haven't tested though. You have to do a PHP file with method GET $_GET['name'] and $_GET['pass'] and it will save stuff. The file should only output 1 line, Like 'Successfully registered' or something on *:SIGNAL:mta.command:{ if ($3 == !register) mta.register $1 $2 PASSWORD } alias mta.register { set %mta.reg.host = www.example.com set %mta.reg.path = /mta/register.php set %mta.reg.data. [ $+ [ $mta.ip($1,$2) ] ] $1-3 if (!$sock($+(mta.register.,$mta.ip($1,$2)))) sockopen $+(mta.register.,$mta.ip($1,$2)) %mta.reg.host 80 } on *:SOCKOPEN:mta.register.*:{ tokenize 32 %mta.reg.data. [ $+ [ $right($sockname,-13) ] ] if ($sockerr > 0) { sockclose $sockname mta.text $1 Register: An error has occured. (socket error) } else { sockwrite -n $sockname GET $+(%mta.reg.path,?name=,$mta.nick($1,$2),&pass=,$3) HTTP/1.1 sockwrite -n $sockname User-Agent: MSIE 6.0 sockwrite -n $sockname Host: %mta.reg.host sockwrite $sockname $crlf } } on *:SOCKCLOSE:mta.register.*:{ unset %mta.reg.data. [ $+ [ $right($sockname,-13) ] ] } on *:SOCKREAD:mta.register.*:{ sockread %reg if (%reg) { tokenize 32 %mta.reg.data. [ $+ [ $right($sockname,-13) ] ] mta.pm $1 $2 %reg } } P.S: dont forget to change the lines set %mta.reg.host = www.example.com set %mta.reg.path = /mta/register.php
-
on *:TEXT:*:#:{ %serverID = 1 var %a = $iif($2,$iif($mta.nick(%serverID,$2) != $null,$2,$mta.getid(%serverID,$2))) if ($1 == !freeze) { if ($nick !isop $chan) /msg $chan 4Failed: need to be level 5 to use the command elseif (!%a) /msg $chan 4Failed: Absent ID else /mta.freeze %serverID %a } } if you used $gus.admin($1,$2) or $mta.admin($1,$2) it doesn't mean you can use it with $irc.admin($1,$2) onder on Text function the $1 and $2 are the first and second word so it wont work
-
it'd be easier to fill a php form via sockets, just look at my trace
