Jump to content
  • 0

H>@go commands


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello everyone i would like to ask how to add commands for a player to warp in a specific map using @go  example if they type @hall they will be warp in a specific map but they dont have @go 0 etc commands only @hall to one specific map only

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, GM Winter said:

hello everyone i would like to ask how to add commands for a player to warp in a specific map using @go  example if they type @hall they will be warp in a specific map but they dont have @go 0 etc commands only @hall to one specific map only

You can try to check that post out. its almost the same. Just remove @go commands from permission in groups.conf since u want to disable it, then add new command for specific map using bindatcmd

Edited by Chaos92
additonal info
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

32 minutes ago, Chaos92 said:

You can try to check that post out. its almost the same. Just remove @go commands from permission in groups.conf since u want to disable it, then add new command for specific map using bindatcmd

thank you men

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  11/16/14
  • Last Seen:  

-	script	hall	-1,{
OnInit:
	bindatcmd "hall",strnpcinfo(3)+"::OnAtcommand";
	end;
OnAtcommand:
	atcommand "@warp putyourmapwarphere";
	end;
}

Remember to add coords too

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...