catman Posted March 6, 2005 Posted March 6, 2005 Can anyone make a script where you can buy ammo and guns from ammunation??? like !Buy uzi
orappa Posted March 6, 2005 Posted March 6, 2005 It's not possible, however 0.5.1 will feature Ammunation shops. MTA:SA FAQ - Read this before asking questions. MTA:SA Troubleshooting - Read this first if you have problems.
catman Posted March 6, 2005 Author Posted March 6, 2005 Also is there a fully working script for the taxi.
Harry Posted March 6, 2005 Posted March 6, 2005 Also is there a fully working script for the taxi. A script for the taxi? Waht do you mean by that?
Harry Posted March 6, 2005 Posted March 6, 2005 Nice one... i think it is next to the !fllvis script In other words: What the **** should it DO?
orappa Posted March 6, 2005 Posted March 6, 2005 If you mean spawning a taxi to a player's location, this is not possible. It could PM players currently driving a taxi however to notify them that you want a lift. MTA:SA FAQ - Read this before asking questions. MTA:SA Troubleshooting - Read this first if you have problems.
Mike Posted March 6, 2005 Posted March 6, 2005 This should work, haven't tested it though... on *:SIGNAL:mta.command:{ if ($3 == !taxi) { if ($mta.admin+($1) == $true) { var %a = 0 var %b = 0 while (%a < $mta.maxplayers($1)) { if ((%a != $2) && ($findtok(Taxi Borgnine Cabbie,$mta.vehicle($1,%a).name,1,32))) { mta.msg $1 %a $mta.name($1,$2) needs a taxi at $mta.area($1,$2) inc %b } inc %a } mta.msg $1 $2 Message delivered to %b taxi drivers. } else mta.say $1 $mta.name($1,$2) needs a taxi. } }
Niels Posted March 12, 2005 Posted March 12, 2005 WTF Go in a Cabbie, Taxi, Borgnine. As somone typ !taxi got you an message where he is hehehe.... OMG!
Guest Posted April 11, 2005 Posted April 11, 2005 very easy... all you gotta do is post it in a text document and save it as "something.mrc" lmao... that's what I did... thanks for the script!
{SB}Killer Posted April 18, 2005 Posted April 18, 2005 very easy... all you gotta do is post it in a text document and save it as "something.mrc" lmao... that's what I did... thanks for the script! no need to make a new mrc file just copy paste above in any other existing script u running at right place and it will do the same thing. Stewie You Stink and Make MTA stink too with ur Stinky Hacks
{VCL}Stewie3 Posted April 18, 2005 Posted April 18, 2005 Really? Like Ctw or Manhunt? ~!~ Soon To Come ~!~
Jani Posted April 18, 2005 Posted April 18, 2005 yes, anything. Make sure to use the Search feature before posting a new topic. Click here for detailed MTA: San Andreas server setup guides.
Recommended Posts