You are viewing our Forum Archives. To view or take place in current topics click here.
can someone help me with a rsps command please
Posted:

can someone help me with a rsps command please Posted:

-DayZ-
  • Powerhouse
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
Status: Offline
Joined: Apr 29, 201113Year Member
Posts: 430
Reputation Power: 16
hey ttg im trying to fix the ::help command on a rsps im coding for. i cant find out or find the correct code for it its a 638 btw pm me if u could help :/
this is the original code thats in commands.java


// [16:24:24] 1836 - 3145729 (0x300001) > 1048579 (0x100003)
public static void playerCommands(final Player player, String[] command) {
if (command[0].equals("commands") || command[0].equals("help")) {
BookManager.proceedBook(player, 4);
}
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.