{VCU}Punk Posted March 4, 2006 Share Posted March 4, 2006 (edited) Okay, I have had a good idea for a script and after many trials and tribulations, i present to the public of all MTA players, hosters, etc, the Army script. It allows you to enlist, and withdraw (even tho its not even close to the real army) and for admins, you can lock it. so ppl can withdraw but not join. also, it allows for them to have exclusive rights to the Stubby Shotgun. I have ideas for the next version thats already in progress. You can get it here. http://files.filefront.com/Armymrc/;4839161;;/fileinfo.html Edited March 10, 2006 by Guest Link to comment
Omg Posted March 5, 2006 Share Posted March 5, 2006 Can u explain what u wrote in english ? Link to comment
andeh Posted March 5, 2006 Share Posted March 5, 2006 Theres so many things wrong with that script, i tell you few now. Use: if elseif elseif elseif etc Also don't use "|" in mta.say use $chr(124) Finaly change things like this: if ($3 == !limitations) { mta.msg $1 Army Enlisters have exclusive access Stubby Shotgun Use. Non Enlisted Users will be killed immediatly after the death of their victim. } if ($3 == !armystatus) { mta.say $1 ||Army Script: $readini(Army.ini, Status, Script_is) ||Army Lock: $readini(Army.ini, Lock, Lock_is) || } for example: if ($3 == !limitations) mta.msg $1 Say something here!!!!!! elseif ($3 == !armystatus) mta.say $1 Say Something HERE!!!!! elseif ($3 == !armystatus) mta.say $1 Say Something HERE!!! elseif ($3 == !armystatus) mta.say $1 Say Something HEREE!!!!! And so on... Link to comment
MeanpantheR Posted March 5, 2006 Share Posted March 5, 2006 I'm guessing this is your first script, would be a good thing for people who are new to scripting to learn from. Ortho I agree with Andy on what he said ^^^^ Link to comment
{VCU}Punk Posted March 10, 2006 Author Share Posted March 10, 2006 yeah so what if im a noob, i learned on my own. I was handed a crappy script and like 2 seconds of teaching then i learned on my own. So if you dont appreciate my work, please keep it to yourself. Does it work or not? i do believe it does. So stop bashing my shit and lay off. Its a General Release. If i made it specifically for someone, i would have taken better care. So please, save it. Link to comment
kevuwk Posted March 10, 2006 Share Posted March 10, 2006 nobody said they dont appreciate it, they are just giving you tips for improving this or your next script Link to comment
{VCU}Punk Posted March 10, 2006 Author Share Posted March 10, 2006 all i heard was bitching about elseif's. also, wtf is $char(124)? where is it getting Char 124 from? ASCII code? Link to comment
Jeremy Posted March 10, 2006 Share Posted March 10, 2006 all i heard was bitching about elseif's. also, wtf is $char(124)? where is it getting Char 124 from? ASCII code? yes it is. Link to comment
Recommended Posts