[TbO]Gr00vE Posted March 31, 2007 Share Posted March 31, 2007 Hi, i have got a problem: I edited [uVA]Scooby´s Public Release Script 1.0 and I have a few version of my edited script. But in the latest version (in this I added some good features from Public Release Script 1.1) all the Admin commands don´t work! And I want to ask you, that you can help me to correct the mistakes? Here you can download my script (sry, but it is in German, because I´m from Germany and it´s soooooooooooo long [i´ve added more than 40 commands to Scooby´s Script! ] ) : http://xzxz2.xz.funpic.de/MTA-Scripts/MTA-PRS1.0.mrc ( On the Download you must click with right--->"Save target as..." THX for Help! MFG [TbO]Gr00vE - the Leader of Tobaco-Gaming Clan PS: Sorry for my bad english but I´m German! Link to comment
Scooby Posted March 31, 2007 Share Posted March 31, 2007 the link doesnt work for me sure i can take a look, but im probably gonna be out most of the weekend so im not sure how long it will take me. Link to comment
[TbO]Gr00vE Posted March 31, 2007 Author Share Posted March 31, 2007 @Scooby: Have you clicked with the right mouse button on the link and click on "save target as ..." Then it should work! PS: But when it don´t work yet, I can upload my script as a .rar- or .zip-file ? Link to comment
SanZoR Posted March 31, 2007 Share Posted March 31, 2007 Keine Berechtigung. Richte auch du Deine kostenlose Homepage beim kostenlosen Webspace bei Funpic.de ein. Link to comment
[TbO]Gr00vE Posted March 31, 2007 Author Share Posted March 31, 2007 Oh sorry, I have made a mistake! I uploaded it now again here (now, it is a .zip-File): http://xzxz2.xz.funpic.de/MTA-Scripts/MTA-PRS1.0.zip I hope that it works now! Again thanks for help! Link to comment
DJScripts Posted March 31, 2007 Share Posted March 31, 2007 wel mayby i can help[ you whit your count down: elseif ($3 == !tcount) { .timer 1 1 mta.text $1 $mta.nick($1,%a) hat einen Countdown gestartet, er beginnt in 5 Sekunden! .timer 1 6 mta.text $1 Alles Bereit? .timer 1 7 mta.text $1 Auf die Plaetze! .timer 1 8 mta.text $1 Fertig! .timer 1 9 mta.text $1 LOS!!!^^ } thats your but i think it shut be like this: elseif ($3 == !tcount) { if ($mta.level($1,$2) >= 0) { mta.text $1 Countdown starded! .timer 1 1 mta.text $1 Alles Bereit? .timer 1 2 mta.text $1 Auf die Plaetze! .timer 1 3 mta.text $1 Fertig! .timer 1 4 mta.text $1 LOS!!!^^ } Link to comment
BetaDevil Posted March 31, 2007 Share Posted March 31, 2007 You only changed the text and timers, and you added a unnecessary if. Link to comment
DJScripts Posted March 31, 2007 Share Posted March 31, 2007 noo look the command duns't work because : if ($mta.level($1,$2) >= 0) { whitout that is don't works Link to comment
[TbO]Gr00vE Posted March 31, 2007 Author Share Posted March 31, 2007 noo look the command duns't work because : if ($mta.level($1,$2) >= 0) { whitout that is don't works That isn´t it! The text from the original PRS 1.0.mrc says that:^^ elseif ($mta.level($1,$2) > 0) { And this is in my script, too ! Help me Please Link to comment
{_AntiFreak_} Posted September 24, 2007 Share Posted September 24, 2007 Hey Groove, "on *:SIGNAL:mta.command:" you wrote: elseif (!max* iswm $3) mta.text $1 Hoechster Ping, denn man hier haben darf: %max - Set By: %setter . Der Standart-Ping ist 150.^^ elseif ($3 == !maxund) mta.text $1 Moritz! The !maxund-Command won't work beacause all Commands who start with !max... will show the Max-Ping. Use This One: elseif ($3 == !maxund) mta.text $1 Moritz! elseif (!max* iswm $3) mta.text $1 Hoechster Ping, denn man hier haben darf: %max - Set By: %setter . Der Standart-Ping ist 150.^^ so if the command is NOT !maxund, all other commands who start with !max will show the Maxping. Link to comment
[UVA]Bart Posted September 24, 2007 Share Posted September 24, 2007 noo look the command duns't work because : if ($mta.level($1,$2) >= 0) { whitout that is don't works if ($mta.level($1,$2) >= 0) means if the player level is greater than or equal to 0 then it will work, so all the players with no level can do the command aswell as the admins. which is kinda pointless lol Link to comment
{_AntiFreak_} Posted September 25, 2007 Share Posted September 25, 2007 noo look the command duns't work because : if ($mta.level($1,$2) >= 0) { whitout that is don't works if ($mta.level($1,$2) >= 0) means if the player level is greater than or equal to 0 then it will work, so all the players with no level can do the command aswell as the admins. which is kinda pointless lol That does no sense, if you DON'T write that (if ($mta.level($1,$2) >= 0)), ALL people can use this command too. Link to comment
[UVA]Bart Posted September 25, 2007 Share Posted September 25, 2007 thats what i was meaning by saying its pointlesss Link to comment
Recommended Posts