Jump to content

lil Toady

Retired Staff
  • Posts

    2,318
  • Joined

  • Last visited

Posts posted by lil Toady

  1. bleh, from my previous post you still didnt get how it works?

    if ($mta.server($1).players > $readini($scriptdir $+ recordplayers.ini,PLAYERS,players)) {
     mta.text $1 We have a new record!
     !writeini -n " $+ $scriptdir $+ recordplayers.ini" PLAYERS players $mta.server($1).players
    }

  2. People, its one thing to wait a couple of months maybe a year for a modification OK. But this is taking 2 YEARS.

    I'd say that blue core is not just a modification ;)

    Maybe it's even worth selling it, if you have never been programmin you can't imagine how much work has been done on mta

    And how can you claim it, it's not yours, and mta team is not obliged to release it, they are working on it in their spare time, and you could at least be thankful for their job

  3. who the hell told you it will have an mp? Those rumors about multiplayer in gta are being spread since gta3, and still none of the gta games had a built in mp. And im pretty sure that in october it will be released for consoles only and then you'll have to wait about one more year for the pc version

  4. to make a mta:vc script work for sa you only need to change mta.say to mta.text, mta.msg to mta.pm and $mta.name to $mta.nick

    and well, on this forum i've seen only scripts with !votekick, !vote.. no !yes or !no. Of course i can write that, but i'm bored of people not doing anything themselves. You could at least show that you tried to do something..

  5. well, not all the cheaters have to be smart.. A guy from a cheating community will just make a prog that will get you different IDs every time you connect (believe me, they will, it's not that hard once you get the ecryption stuff), so those cheaters who only know how to download cheats will download that and become unstoppable again. So what for should the mta team mess with it if it wont bring any satisfying result?

  6. I believe mta team knows how to get IDs of different hardware stuff, the prob is that even that could be hacked/changed or whatever, you wont even need to change the IDs, only to edit the outgoing packet with this info

  7. of course, you're doing it wrong...

    i said:

    on *:SIGNAL:mta.command:{
     if (!%command [ $+ [ $1 ] $+ [ $3 ] ]) {
       set -u3 %command [ $+ [ $1 ] $+ [ $3 ] ] 1
    
     }
     else mta.msg $1 $2 Please don't use the command $+(',$3,') so much.
    }

    and you do:

    on *:SIGNAL:mta.command:{
     if (!%command [ $+ [ $1 ] $+ [ $3 ] ]) {
       set -u3 %command [ $+ [ $1 ] $+ [ $3 ] ] 1
     }
    
     else mta.msg $1 $2 Please don't use the command $+(',$3,') so much.
    }

    see the difference? do like i said

×
×
  • Create New...