Jump to content

SamB

Members
  • Posts

    205
  • Joined

  • Last visited

Everything posted by SamB

  1. SamB

    Bushes

    CreateInvisibleWall() or something
  2. I think connectiong to the MTA website is a bad idea. To much risk for abuse. I like the idea of each MTA install having its own little code, randomly generated on install. Then if someone gets banned from the server, it bans IP and also there MTA code. This would ban them from the server, unless they reinstall MTA, which is more annoying for them then to an admin just typing /rcon ban.
  3. For ages my MTASA has been fine and working perfect, but now whenever I go on it, all the servers say unscanned. Nothings different to before, I can connect if I use Quick Connect. I just cant see any on the server list
  4. SamB

    Help Please :D

    oh on *:SIGNAL:mta.text: { %a = $readini away.ini Away $mta.nick($1,$2) if (%a == 1) mta.text $1 You are afk $mta.nick($1,$2) $+ ! } ?
  5. :O:O this is mint. definitly going on my server when its done
  6. SamB

    Help Please :D

    on *:SIGNAL:mta.command: { if (!away iswm $3) { %a = $readini away.ini Away $mta.nick($1,$2) if (%a == 1) mta.pm $1 $2 You are already set to away else { mta.text $1 $mta.nick($1,$2) is away !writeini away.ini Away $mta.nick($1,$2) 1 } } elseif (!back iswm $3) { %a = $readini away.ini Away $mta.nick($1,$2) if (%a == 0) mta.pm $1 $2 You are already set to back else { mta.text $1 $mta.nick($1,$2) is back !writeini away.ini Away $mta.nick($1,$2) 0 } } }
  7. on *:SIGNAL:mta.command: { if (!hello iswm $3) { mta.pm $1 $2 WHY DO YOU NEED A COMMMAND TO SAY HELLO? Say it like normal people mta.text $1 $mta.nick($1,$2) says hello } }
  8. SamB

    $mta.race problem

    I have this code: %b = $readini mapstats.ini $replace($mta.race($1),$chr(32),format_space) Info %c = $readini mapstats.ini $replace($mta.race($1),$chr(32),format_space) Creator !writeini mapstats.ini General Current $mta.race($1) mta.text $1 -- $mta.race($1,$2) -- if (%b != $null) mta.text $1 Info: %b else mta.text $1 Info: - if (%c != $null) mta.text $1 Creator: %c else mta.text $1 Creator: - but it always sets the map to the wrong one. can ne1 help? edit: right, screw that bit of code, just found out what $mta.race($1) actually means. but, whenever i do $mta.race($1) it doesnt return anything. i did it in a ! command, and it said: The Current map is: it didnt return the race why is it not?
  9. mta.endrace is called when theres only one person left surviving. so just do what you want in there.
  10. I am trying to make a script for my mtasa server which records peoples wins and puts a best time on the maps. But, I have problem. This is my script: on *:SIGNAL:mta.finish: { mta.text $1 $mta.nick($1,$2) finished $ord($mta.rank($1,$2)) with a time of $mta.time($1,$2).text if($mta.rank($1,$2) == 1) { %a = $readini playerstats.ini $mta.nick($1,$2) Wins !writeini playerstats.ini $mta.nick($1,$2) Wins $calc(%a + 1) } %b = $readini playerstats.ini $replace($mta.race($1,$2),$chr(32),format_space) Besttime if($mta.time($1,$2) < %b) { !writeini playerstats.ini $replace($mta.race($1,$2),$chr(32),format_space) Besttime $mta.time($1,$2) mta.text $1 $mta.nick($1,$2) has beaten the maps best time of %b.text ; } } on *:SIGNAL:mta.command:{ if (!wins == $3) { %a = $readini playerstats.ini $4 Wins mta.text $1 $4 wins: %a } } on *:SIGNAL:mta.startrace:command { %b = $readini playerstats.ini $replace($mta.race($1,$2),$chr(32),format_space) Besttime if(%b == 0) !writeini playerstats.ini $replace($mta.race($1,$2),$chr(32),format_space) Besttime 500000 } the !wins [name] and stuff work. but Besttime doesnt work . Whenever some1 finishs it says: "Blah has beaten the maps besttime of" and it says that for EVERYONE that finishs can some1 help me ?
  11. I was hoping they wud release @ new years day, but i was wrong
  12. I copy premade scripts and change them to my liking (im n00b, i've JUST started writing my own )
  13. they do what they normally do and walk around it... just like single player
  14. What if server detects the lag and puts ur shots forwards a bit on the other guys screen for you? That would look quite real...
  15. I think they just shouldnt bother with traffic lights, or make it optional in server config so on DM servers it wont take up bandwith
  16. if the bus lands on flat land itll be fine. if it lands on a hill it will go rolling off and blow up and the passengers wont be able to get out bcas san andreas wont let them >.
  17. i think mtasa should step away from any major mods like that, making islands n stuff.
  18. there's a mod to bring back the islands, but it never worked for me. just crashed the game
  19. Oh, well i hope they do aventually..
  20. NoNoNoNoNoNoNoNoNoNoNoNoNoNo I mean when you load up MTA you can choose a preset skin or make your own. MTA could then make 5 different models or something and you can choose hair colour / eye colour / clothing, or make your own on paint or something which the people on the server will see. edited by mod: don't stretch the screen
  21. You dont get my point. will we have custom skins on MTASA:DM using that method CUSTOM SKINS!
  22. In vice city and gta you can design ur own skins as a flat img and put it in a folder and u cud use it as ur guy will we be able to do this on mta? this is the thingy: i remember giving him a crazy face lol
×
×
  • Create New...