Sallycantdance Posted April 2, 2022 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
0 Chaos92 Posted April 3, 2022 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
0 Sallycantdance Posted April 3, 2022 Author 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
0 ChokituBR Posted April 4, 2022 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
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
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.