Advertisement
Guest User

Untitled

a guest
Jan 9th, 2013
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. - script GMProtect -1,{
  2. OnPCLoginEvent:
  3.  
  4. if ( getgmlevel() > 0 ) {
  5. if ( strcharinfo(0) != "GM Name" ) {
  6. atcommand "@kick "+strcharinfo(0);
  7. }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement