noobsai Posted March 17, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: February 17 Share Posted March 17, 2012 i think this script already existed, I just can't find it can someone help me with this GM autohides and uses @speed 0 upon logging in Quote Link to comment Share on other sites More sharing options...
Neblim Posted March 25, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 50 Reputation: 4 Joined: 12/05/11 Last Seen: August 3, 2023 Share Posted March 25, 2012 Make sure to have the tabs there.. -<tab>script<tab>GMLogin<tab>-1,{ OnPCLoginEvent: if(getgmlevel() > 60) { atcommand "@speed 0"; atcommand "@hide"; } end; } Also, if your server happens to have a custom symbol for @-commands, be sure to change it in this script as well. In other notes, we really need to have support for tabs in -tags. ;/ Quote Link to comment Share on other sites More sharing options...
kadze Posted March 17, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 58 Reputation: 5 Joined: 12/12/11 Last Seen: March 10, 2024 Share Posted March 17, 2012 - script GMLogin -1,{ OnPCLoginEvent: if(getgmlevel()>60) { atcommand "@speed 0"; atcommand "@hide"; } end; } Quote Link to comment Share on other sites More sharing options...
noobsai Posted March 17, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: February 17 Author Share Posted March 17, 2012 ill try this Quote Link to comment Share on other sites More sharing options...
noobsai Posted March 26, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: February 17 Author Share Posted March 26, 2012 works fine now thanks for the help Quote Link to comment Share on other sites More sharing options...
JJoeySS Posted May 8, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 04/23/12 Last Seen: September 16, 2012 Share Posted May 8, 2012 i just tried it and its not working Quote Link to comment Share on other sites More sharing options...
Question
noobsai
i think this script already existed, I just can't find it can someone help me with this
GM autohides and uses @speed 0 upon logging in
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.