Jump to content
  • 0

GM autohides and speed 0 on logon


noobsai

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   0
  • Joined:  02/05/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  50
  • Reputation:   4
  • Joined:  12/05/11
  • Last Seen:  

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. ;/
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   5
  • Joined:  12/12/11
  • Last Seen:  

- script GMLogin -1,{
OnPCLoginEvent:
if(getgmlevel()>60)
{
atcommand "@speed 0";
atcommand "@hide";
}
end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   0
  • Joined:  02/05/12
  • Last Seen:  

ill try this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   0
  • Joined:  02/05/12
  • Last Seen:  

works fine now thanks for the help :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  04/23/12
  • Last Seen:  

i just tried it and its not working

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...