noobsai Posted March 17, 2012 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
Neblim Posted March 25, 2012 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
kadze Posted March 17, 2012 Posted March 17, 2012 - script GMLogin -1,{ OnPCLoginEvent: if(getgmlevel()>60) { atcommand "@speed 0"; atcommand "@hide"; } end; } Quote
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
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.