Jump to content

lil Toady

MTA Team
  • Posts

    2,318
  • Joined

  • Last visited

Everything posted by lil Toady

  1. lil Toady

    !allies command

    make the list be in txt file, will be better.. The command: on *:SIGNAL:mta.command:{ if ($3 == !allies) { var %a = 0,%b while (%a <= $lines($scriptdir $+ allies.txt)) { if (!%b) %b = $read($scriptdir $+ allies.txt,%a) elseif (%b) %b = %b $+ , $read($scriptdir $+ allies.txt,%a) !inc %a } mta.text $1 $iif(%b,Allies: $v1,No allies on the list) } } and the .txt: Teppe No-Fear etc. OR if you prefer ini... The command: on *:SIGNAL:mta.command:{ if ($3 == !allies) { var %a = 0,%b while (%a <= $ini($scriptdir $+ allies.ini,ALLIES,0)) { if (!%b) %b = $ini($scriptdir $+ allies.ini,ALLIES,%a) elseif (%b) %b = %b $+ , $ini($scriptdir $+ allies.ini,ALLIES,%a) !inc %a } mta.text $1 $iif(%b,Allies: $v1,No allies on the list) } } and the .ini: [ALLIES] Teppe=1 No-Fear=1 etc.=1
  2. on *:SIGNAL:mta.command:{ if (!members* iswm $3) { var %a = 0,%b while (%a <= $mta.server($1).cmax) { if ($readini($scriptdir $+ members.ini,Members,$mta.nick($1,%a)) == 1) { if (!%b) %b = $mta.nick($1,%a) elseif (%b) %b = %b $+ , $mta.nick($1,%a) } !inc %a } mta.text $1 $iif(%b,Members online: %b,There are currently no members online) } } and the ini [Members] {XN}Paddy=1 {XN}Boylett=1 {XN}Tomsonv {XN}Killer-Bee=1 {XN}Gun=1 {XN}Yogi=1 {XN}GioSerpo=1
  3. lil Toady

    police car

    No, if signals are in different scripts it doesn't matter
  4. lil Toady

    Yah my banner is up

    that was what you wanted to tell us in 'General MTA discussion'? p.s: congrats
  5. oh, don't remember then.. so it could be pretty possible i think
  6. i don't think that is possible as there are no textures/animation for that in GTA itself.
  7. lil Toady

    nope

    oh, not done yet, why didn't you start that thread when its done?
  8. lol, he's talkin about that maps with short names on mta center often get more votes and rating then maps with long names.
  9. 'The page you have requested is not valid.'
  10. lil Toady

    police car

    Check if scripts are enabled on the server, that script is loaded and you're connected. And check if there aren't few same SIGNALs in the script, cause if you have few same signals some parts won't work at all
  11. lil Toady

    recording video

    dtneter, that was a 2 month old topic, wasn't needed to bump it
  12. One thing, i think its too short, would be cool if u make it longer. It's pleasantly to pass maps like that
  13. ye, your maps have really something special
  14. but if they cheat i dont think they really need/want to gain skills
  15. He posted in the right thread. There will be no fun if the race stops when there's only 1 player on the server. If you joined a server that was empty, you want to wait till any joins to start the race? I'd prefer to play.
  16. i also get this error sometimes when post on the forum, but anyway its posts fine.
  17. lil Toady

    Some ideas

    1. Live Radio will take some bandwith so the pings will grow up. 2-3. You wanna have bots in game? If so, thats impossible
  18. lil Toady

    upload speed

    You are.. just start the server on ur pc, open ports and leave it on
  19. Ye, you can encrease/decrease the weapon damage, but what for? there's no point of doing that, there is a big ammount of SMGs to use. Anyway thats only my opinion..
×
×
  • Create New...