Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. There's auto-aim in VC too, nobody uses it anyway..
  2. lil Toady

    GTA IV

    heh cool, if gta is gonna look like this, i'm more than happy
  3. lil Toady

    Beta?

    must? they are not even obliged to release it at all, so just sit and wait
  4. lil Toady

    Beta?

    They are not going to give it to public until most bugs are fixed, there is a beta testers team, that tests the game. So just wait till it's released, there's no other way to play it
  5. There were topics about that already, please use search before posting something, here's one of them http://forum.mtavc.com/viewtopic.php?t=17590
  6. You know Cleric, that's a sh*t way... F*ckin up their computers aint good and its not under laws.. Havent ever seen such a stupid idea before.. Also there are some cheaters that play only on their own cheating servers without touching others, if so why not to allow them to do what they want, if they do not bother others.
  7. That's not a place to ask people to unban you, go and find admins or anyone who can ask to unban you in the servers, or maybe there are KFC forums, go and ask there.
  8. remove the file 'gta_sa.set' in GTA San Andreas User Files
  9. i think mta:sa DM will take even more bandwith.. and releasing lite version is also impossible, cut off some packets will desync it all..
  10. SA-MP has deathmatch mode, it's not a mode itself... Deathmatch is when you need to kill everyone yoy see
  11. Don't suggest to make SA-MP of MTA... Thats all what i want to say
  12. I don't like the idea... If every player will spawn himself whatever he wants, whats the point of all that? You will not need to find a pick up when u're out of ammo, u will not need to find a car to get a newb getting away from you.. all that infinite powers will make the game boring imho
  13. use !remini then, no need to write 0 or i could change your example coz to this has 1 line less on *:SIGNAL:mta.startrace: { var %a = $readini($scriptdir $+ maplimit.ini,LIMIT,$replace($mta.race($1),$chr(32),$chr(45))) if (%a >= 5) { mta.text $1 This map has reached its play limit, picking new map.. mta.startrace $1 $rand(0,$mta.races($1)) } !writeini " $+ $scriptdir $+ maplimit.ini" LIMIT $replace($mta.race($1),$chr(32),$chr(45)) $iif(%a = 5,0,$calc(%a + 1)) }
  14. NOES! mozilla rulez!
  15. on *:SIGNAL:mta.startrace: { var %a = $readini($scriptdir $+ maplimit.ini,LIMIT,$replace($mta.race($1),$chr(32),$chr(45))) if (%a >= 5) { mta.text $1 This map has reached its play limit, picking new map.. mta.startrace $1 $rand(0,$mta.races($1)) } else !writeini " $+ $scriptdir $+ maplimit.ini" LIMIT $replace($mta.race($1),$chr(32),$chr(45)) $calc(%a + 1) }
  16. i've edited my prev post, try now. I think the prob was cause $mta.race($1) can have few words in it, you cant write an ini with few words in the first argument. thats why i did $replace($mta.race($1),$chr(32),$chr(45)) that will replace all the spaces with - sign If that still doesnt work give me the alias of gus.add and gus.deathlimit
  17. try to reinstall the game on your new computer and then put the saved game there, that could be cause of different comp users maybe
  18. you probablly get it cause of wrong VC version set, try changing in mta client options
  19. im not good at MTA:SA scripting as i dont play it, but try this on *:SIGNAL:mta.death: { ;Parameters: ;$1 = Server ;$2 = ID !writeini -n " $+ $scriptdir $+ currentdeaths.ini" MAPDEATHS $replace($mta.race($1),$chr(32),$chr(45)) $gus.add($gus.mapdeaths($1),1) } on *:SIGNAL:mta.startrace: { ;Parameters: ;$1 = Server ;$2 = Race ID ;$3 = 0/1/2 (success,failed,no players) !writeini -n " $+ $scriptdir $+ currentdeaths.ini" MAPDEATHS $replace($mta.race($1),$chr(32),$chr(45)) 0 } on *:SIGNAL:mta.death: { ;Parameters: ;$1 = Server ;$2 = ID !writeini -n " $+ $scriptdir $+ currentdeaths.ini" MAPDEATHS $replace($mta.race($1),$chr(32),$chr(45)) $gus.add($gus.mapdeaths($1),1) } alias gus.mapdeaths !return $iif($readini($scriptdir $+ currentdeaths.ini,MAPDEATHS,$replace($mta.race($1),$chr(32),$chr(45))),$v1,0) on *:SIGNAL:mta.command: { if (!currentdeath* iswm $3) { if ( $mta.race(1) == Unknown) mta.text $1 Unknown map .. Deathlimit: 25 else mta.text $1 Deaths on the map: $gus.mapdeaths($1) $+ . Deathlimit: $gus.deathlimit($1) $+ . $calc($gus.deathlimit($1) - $gus.mapdeaths($1)) deaths left. } }
×
×
  • Create New...