Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. Those stairs have nothing to do with ships tho
  2. 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
  3. probably you just did not understand that it's an english speaking forum
  4. you can do the same in mirc
  5. 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
  6. erm, this isnt a bug.. and i dont like to wait even 30 seconds
  7. actually you dont have to upload any scripts for maps, that's QA Team's job to add scripts to your maps
  8. that's just some php script, you dont have to implement anything into mta itself since it has ASE already
  9. 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.
  10. I believe it will have a list of mirrors. Look at race download page
  11. 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?
  12. lil Toady

    Scripts

    you have to accept the fact that beta testers have their own life and mta is not their job. (and exams started )
  13. It's done nearly like it but not public
  14. 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
  15. mta centre has the same but it also shows every checkpoint's direction there
  16. ok, listen to me: im-pos-sib-le
  17. it will not, it's still the Blue core so the theme will remain blue like it was in race.
  18. 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
  19. yeah, i don't have that mtama anymore for some reason. If anyone was using it, pm me so i can upload it again
  20. 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
  21. 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
  22. lil Toady

    Getid

    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
  23. it'd be easier to fill a php form via sockets, just look at my trace
×
×
  • Create New...