Sallycantdance Posted April 2, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Share Posted April 2, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted April 3, 2022 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted April 3, 2022 (edited) 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 April 3, 2022 by Chaos92 additonal info 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted April 3, 2022 Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: 9 hours ago Author Share Posted April 3, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 ChokituBR Posted April 4, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 43 Reputation: 1 Joined: 11/16/14 Last Seen: February 19 Share Posted April 4, 2022 - script hall -1,{ OnInit: bindatcmd "hall",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: atcommand "@warp putyourmapwarphere"; end; } Remember to add coords too Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.