public void setGamemodeText(String string) { if (string == null) throw new NullPointerException(); SampNativeFunction.setGameModeText(string); }
public void exit() { disable(); SampNativeFunction.gameModeExit(); }