Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. lil Toady

    Bloods

    Pretty much possible there's no such gang already
  2. http://forum.mtavc.com/viewtopic.php?t=17555 http://forum.mtavc.com/viewtopic.php?t=15151
  3. if its in sa-mp i dont think it must be in mta:sa dm, if you want it, play sa-mp, and modes like team deathmatch, capture something, can be played in a simple deathmatch if you organize it/make a script for it
  4. There is but maybe after dm
  5. go to the add-ons section, download mtama v4.xx, read how to use it.. You can make commands like that yourself
  6. lil Toady

    Release it now?

    nobody will release it now, don't ask or even think about that If they want they could not even release it, as they are not obliged to..
  7. lil Toady

    BRB plus Reason

    on *:SIGNAL:mta.text: { if ($3 == brb) { mta.text $1 $mta.nick($1,$2) will be right back! $iif($4,Reason: $4-) } }
  8. Rule no.1: Never ask about the release date You will not get an answer as no-one knows the date, even the developers, as there can appear some bugs here and there to be fixed before the release
  9. you sure your internet provider allows you that? that can set your local network ip to be static (if your provider allows that of course) but not sure about internet try this standart gateway: 192.168.1.1 ip-adress and subnet mask same
  10. hope the second number in your ip is not 168 if its 168, thats your local network ip lol, so look your internet ip at a site, somethin like umm.. myip.nl and make sure you have dinamic ip if yes, i think the only way to get static ip is to use proxy (not sure though) but good proxy might be not free
  11. Maximusje, ask in add-ons section, there someone will help you
  12. good luck, maybe we can hold a match someday
  13. sure, post us your piece of code, i'll try to help with it
  14. ye, u can do it like that, but that command will have no anti-spam check dunno what caused an error though, maybe commands like 'if (!bla* iswm $3) {' can cause that.. not sure P.S: sorry for mta.msg, used to scripting for VC
  15. lil Toady

    Help !

    That is not a script command, it was a bot that some servers use to spawn vehicles.. It has nothing with mtama scripting
  16. on *:SIGNAL:mta.command:{ if (!%command [ $+ [ $3 ] ]) { set %command [ $+ [ $3 ] ] 1 !timer $+ $3 1 3 unset %command [ $+ [ $3 ] ] } else mta.msg $1 $2 Please don't use the command $+(',$3,') so much. } So it'll warn them not to use a command so much
  17. lil Toady

    !speed

    here we go on *:SIGNAL:mta.command:{ if ($3 == !speed) { var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) if (%a == -1) mta.msg $1 $2 Error - Absent ID/Name else !.timer 1 1 mta.speed $1 %a $mta.location($1,%a,x) $mta.location($1,%a,y) $mta.location($1,%a,z) } } alias mta.speed { var %x = $mta.location($1,$2,x),%y = $mta.location($1,$2,y),%z = $mta.location($1,$2,z),%a = $calc(%x - $3),%b = $calc(%y - $4),%c = $calc(%z - $5),%d = $round($sqrt($calc(%a * %a + %b * %b + %c * %c)),2) else mta.say $1 $mta.name($1,$2) is travelling at $round($calc(%d * 2.236),2) Miles per hour } but cant say it'll always show your real speed cause of mta lags..
  18. Or stop people from going to windows and turning on trainers or somethin
  19. try something like on *:SIGNAL:mta.command:{ if (!%command [ $+ [ $3 ] ]) { set %command [ $+ [ $3 ] ] 1 !timer $+ $3 1 3 unset %command [ $+ [ $3 ] ] } } you can use a command once in 3 seconds dont know if it'll work, but try
  20. Those are manageable and they will probably be done after the release with some scripters and programers..
  21. on *:SIGNAL:mta.command: { if ($3 == ) { mta.text $1 } } Words in <> change to whatever, command must be with ! in front or it won't work.
×
×
  • Create New...