GM Winter Posted April 2 Share Posted April 2 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 Share Posted April 3 (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 by Chaos92 additonal info 1 Quote Link to comment Share on other sites More sharing options...
0 GM Winter Posted April 3 Author Share Posted April 3 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 Share Posted April 4 - 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...
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